Merge pull request 'defaultSector' (!2398) from productionConfig.defaultSectorFk into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2398
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Pako Natek 2024-05-03 10:51:01 +00:00
commit 7d5b1708c1
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Place your SQL code here
ALTER TABLE vn.productionConfig ADD defaultSectorFk INT UNSIGNED DEFAULT 37 NOT NULL COMMENT 'Default sector';