Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
90bb7909
Commit
90bb7909
authored
Jul 01, 2021
by
Alex ORLUC
Browse files
FEAT #00000 TIME 0 19.04.22
parent
79d0bafb
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/1904.sql
View file @
90bb7909
...
...
@@ -5,7 +5,7 @@
-- --
-- --
-- *************************************************************************--
UPDATE
parameters
SET
param_value_string
=
'19.04.2
1
'
WHERE
id
=
'database_version'
;
UPDATE
parameters
SET
param_value_string
=
'19.04.2
2
'
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment