Merge pull request 'feat: refs #6477 productionConfig add column' (!2525) from 6477-stickerQr into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2525
Reviewed-by: Sergio De la torre <sergiodt@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-05-30 09:10:54 +00:00
commit 69518ab3e2
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE vn.productionConfig ADD scannablePreviusCodeType enum('qr','barcode')
CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT 'barcode' NOT NULL;