diff --git a/src/main/resources/db/changelog/changes/20260723_onpack_qr_pp2404.sql b/src/main/resources/db/changelog/changes/20260723_onpack_qr_pp2404.sql new file mode 100644 index 0000000..22519b7 --- /dev/null +++ b/src/main/resources/db/changelog/changes/20260723_onpack_qr_pp2404.sql @@ -0,0 +1,6 @@ +--liquibase formatted sql +--changeset fpsms:onpack_qr_pp2404 + +INSERT INTO `onpack_qr` (`code`, `filename`, `template_type`) +VALUES ('PP2404', '7ca95d6d3bac41260fd574ef1f3bdeee.bmp', 'bmp') +ON DUPLICATE KEY UPDATE `template_type` = VALUES(`template_type`);