Semaphore/db/sql/migrations/v2.7.9.sql
2021-08-31 00:42:11 +05:00

2 lines
137 B
SQL

alter table `project__template` add `description` longtext;
alter table `project__template` add `removed` boolean not null default false;