Add version revisions for 1.2.0.

This commit is contained in:
2019-08-05 22:16:10 +02:00
parent 5e0fc4e448
commit d368172c20

6
src/main/sql/update_1.2.0.sql Executable file
View File

@@ -0,0 +1,6 @@
INSERT INTO version (number) VALUES ('1.2.0');
INSERT INTO version_revision (version_id, text, bugfix) VALUES
(4, 'Migration vers Angular 8.2.', FALSE),
(4, 'Migration vers Java 11.', FALSE),
(4, 'Corrections mineures et améliorations de code.', TRUE);