salix/db/versions/10930-wheatDendro/01-Tramos.sql

5 lines
185 B
MySQL
Raw Normal View History

2024-02-27 10:48:49 +00:00
-- Place your SQL code here
ALTER TABLE IF EXISTS `vn2008`.`Tramos` RENAME `vn`.`section`;
2024-02-27 10:48:49 +00:00
ALTER TABLE IF EXISTS `vn`.`section`
CHANGE COLUMN IF EXISTS `Tramo` `section` time NOT NULL;