Blame view

database/update/script_sql/db-update-2016-06-24-2.sql 242 Bytes
15ebf91f   Alexandre   Version: 2.4.7.2
1
2
use database;

97276a4a   Etienne Pallier   Mise à jour page ...
3
4
5
-- On execute TOUT ou RIEN
START TRANSACTION;

15ebf91f   Alexandre   Version: 2.4.7.2
6
7
8
ALTER TABLE `configurations` ADD `date_commande_facultative` tinyint(1)  DEFAULT NULL;

ALTER TABLE `configurations` ADD `numero_labo_sans_annee` tinyint(1)  DEFAULT NULL;
97276a4a   Etienne Pallier   Mise à jour page ...
9
10

COMMIT;