mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
2 lines
71 B
SQL
2 lines
71 B
SQL
alter table `task` add `project_id` int null references project(`id`);
|