mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
4 lines
232 B
MySQL
4 lines
232 B
MySQL
|
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`);
|