Skip to content
Snippets Groups Projects
Commit c8a5083e authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10807 TIME 0:10 add QrCodePrefix in sql migration

parent 8f465d37
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
-- *************************************************************************-- -- *************************************************************************--
UPDATE parameters SET param_value_string = '19.04.1' WHERE id = 'database_version'; UPDATE parameters SET param_value_string = '19.04.1' WHERE id = 'database_version';
DELETE FROM parameters WHERE id = 'QrCodePrefix';
INSERT INTO parameters (id, description, param_value_int) VALUES ('QrCodePrefix', 'Si activé (1), ajoute "Maarch_" dans le contenu des QrCode générés. (Utilisable avec MaarchCapture >= 1.4)', 0);
DROP VIEW IF EXISTS res_view_letterbox; DROP VIEW IF EXISTS res_view_letterbox;
DROP VIEW IF EXISTS view_contacts; DROP VIEW IF EXISTS view_contacts;
DROP VIEW IF EXISTS res_view_attachments; DROP VIEW IF EXISTS res_view_attachments;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment