mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
f93969f340
* feat: allow null for template's inventory * fix(web): show - if no inventory or environment provided * test: fix tests * test: fix tests * test: fix tests * fix: compile dredd test
2 lines
74 B
SQL
2 lines
74 B
SQL
alter table `project__template` change `inventory_id` `inventory_id` int;
|