|
|
@@ -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`); |