mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
1 line
118 B
MySQL
1 line
118 B
MySQL
|
alter table `project__inventory` add `repository_id` int null references project__repository(`id`) on delete set null;
|