Archived
8 lines
321 B
SQL
Executable File
8 lines
321 B
SQL
Executable File
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),
|
|
(4, 'Ajout d''un gestionnaire de notifications pop-ups.', FALSE);
|