mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
feat: add fields to migrations
This commit is contained in:
parent
479eb889f8
commit
2bdcc8b043
@ -1 +1,5 @@
|
||||
alter table project add `type` varchar(20) default '';
|
||||
|
||||
alter table task add `inventory_id` int null references project__inventory(`id`) on delete set null;
|
||||
|
||||
alter table project__inventory add `holder_id` int null references project__template(`id`) on delete cascade;
|
Loading…
Reference in New Issue
Block a user