Merge pull request 'feat: refs #182001 packaging' (!2420) from 182001-packaging into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2420
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-05-09 05:20:12 +00:00
commit ec89e93adc
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Place your SQL code here
ALTER TABLE vn.packaging
MODIFY COLUMN height decimal(10,2) DEFAULT NULL NULL,
MODIFY COLUMN `depth` decimal(10,2) DEFAULT NULL NULL,
MODIFY COLUMN width decimal(10,2) DEFAULT NULL NULL;