Semaphore/db/sql/migrations/v2.9.70.sql
2024-04-22 01:35:27 +05:00

3 lines
133 B
SQL

alter table `project__template` change `inventory_id` `inventory_id` int;
alter table `option` change `value` `value` varchar(1000);