Semaphore/db/migrations/v1.6.0.sql
2020-12-01 21:37:29 +05:00

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;