mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
7 lines
283 B
SQL
7 lines
283 B
SQL
ALTER TABLE project__inventory DROP FOREIGN KEY IF EXISTS project__inventory_ibfk_2;
|
|
|
|
alter table `project__inventory` drop column `key_id`;
|
|
|
|
ALTER TABLE project__template DROP FOREIGN KEY IF EXISTS project__template_ibfk_2;
|
|
|
|
alter table `project__template` drop column `ssh_key_id`; |