This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
codiki-old/src/main/sql/update_1.2.0.sql
T
2020-01-18 15:01:55 +01:00

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);