mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
3 lines
133 B
SQL
3 lines
133 B
SQL
alter table `project__template` change `inventory_id` `inventory_id` int;
|
|
alter table `option` change `value` `value` varchar(1000);
|