Blame view

database/update/old/db-update-2012-11-30.sql 290 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
###########
# 30/11/12
###########

# materiel : categorie_id et sur_categorie_id (domaine) optionnels
ALTER TABLE `materiels` CHANGE `sur_categorie_id` `sur_categorie_id` INT( 11 ) NULL DEFAULT NULL;
ALTER TABLE `materiels` CHANGE `categorie_id` `categorie_id` INT( 11 ) NULL DEFAULT NULL;