feat: refs #6477 productionConfig add column #2525

Merged
robert merged 1 commits from 6477-stickerQr into dev 2024-05-30 09:10:55 +00:00
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;