Ticket 180571 No se ven las ubicaciones
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-05-10 13:14:23 +02:00
parent 56815e4b1a
commit 349c3d71dd
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
ALTER TABLE vn.productionConfig
ADD defaultSectorFk INT UNSIGNED DEFAULT 37 NOT NULL COMMENT 'Default sector';
ADD IF NOT EXISTS defaultSectorFk INT UNSIGNED DEFAULT 37 NOT NULL COMMENT 'Default sector';