Semaphore/db/sql/migrations/v2.7.9.sql

2 lines
137 B
MySQL
Raw Permalink Normal View History

2021-08-30 21:42:11 +02:00
alter table `project__template` add `description` longtext;
alter table `project__template` add `removed` boolean not null default false;