salix/db/versions/.archive/10655-navyRuscus/00-firstScript.sql

7 lines
270 B
MySQL
Raw Normal View History

-- Place your SQL code here
USE vn;
ALTER TABLE vn.worker CHANGE labelerFk labelerFk__ tinyint(3) unsigned DEFAULT NULL NULL COMMENT '@deprecated 2023-06-26';
ALTER TABLE vn.worker CHANGE sectorFk sectorFk__ int(11) DEFAULT NULL NULL COMMENT '@deprecated 2023-06-26';