Add version revisions for 1.2.0.
This commit is contained in:
6
src/main/sql/update_1.2.0.sql
Executable file
6
src/main/sql/update_1.2.0.sql
Executable 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);
|
||||||
Reference in New Issue
Block a user