Semaphore/db/sql/migrations/v1.6.0.sql

5 lines
251 B
SQL

alter table project__environment add `removed` tinyint default 0;
alter table project__inventory add `removed` tinyint default 0;
alter table project__repository add `removed` tinyint default 0;
alter table access_key add `removed` tinyint default 0;