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