Semaphore/db/sql/migrations/v2.9.70.sql
Denis Gukov f93969f340
feat: allow null for template's inventory (#1953)
* 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
2024-04-19 21:47:08 +05:00

2 lines
74 B
SQL

alter table `project__template` change `inventory_id` `inventory_id` int;