hub/database/migrations/schema/046_cncf.sql

8 lines
211 B
SQL

alter table repository add column cncf boolean;
alter table package add column cncf boolean;
---- create above / drop below ----
alter table repository drop column cncf;
alter table package drop column cncf;