Semaphore/db/sql/migrations/v2.7.13.sql
2021-09-06 16:05:10 +05:00

4 lines
232 B
SQL

alter table project__template_schedule rename to project__schedule;
alter table `project__schedule` add `id` integer primary key autoincrement;
alter table `project__schedule` add `project_id` int not null references project(`id`);