mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
1 line
106 B
SQL
1 line
106 B
SQL
alter table `task` add `integration_id` int null references project__integration(`id`) on delete set null; |