Merge pull request 'feat: refs #6477 productionConfig add column' (!2525) from 6477-stickerQr into dev
gitea/salix/pipeline/head This commit looks good
Details
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:
commit
69518ab3e2
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE vn.productionConfig ADD scannablePreviusCodeType enum('qr','barcode')
|
||||
CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT 'barcode' NOT NULL;
|
Loading…
Reference in New Issue