Semaphore/db/sql/migrations/v2.7.13.sql

4 lines
232 B
MySQL
Raw Normal View History

2021-09-06 13:05:10 +02:00
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`);