salix/db/versions/11447-whiteGalax/00-firstScript.sql

6 lines
337 B
MySQL
Raw Normal View History

2025-02-20 06:29:38 +00:00
ALTER TABLE vn.volumeConfig
MODIFY COLUMN palletM3 decimal(10,2) DEFAULT NULL NULL
COMMENT 'metros cúbicos para el warehouse VNH (Se refactorizará en el redmine refs #8637)',
ADD localPalletM3 decimal(10,2) NULL
COMMENT 'metros cúbicos para el warehouse Algemesi (Se refactorizará en el redmine refs #8637)';