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

5 lines
189 B
MySQL
Raw Permalink Normal View History

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