Commit 7cd199862cb264f12e9ddfc38b6317bc0edab8ef

Authored by Alexandre
1 parent 1abf70b5

Correction script IAS

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
database/update/update_Donnees_IAS_Labinvent2.sql
@@ -119,7 +119,6 @@ alter table `materiels` drop `lieu_stockage`; @@ -119,7 +119,6 @@ alter table `materiels` drop `lieu_stockage`;
119 CREATE TABLE IF NOT EXISTS `documents` ( 119 CREATE TABLE IF NOT EXISTS `documents` (
120 `id` int(11) NOT NULL AUTO_INCREMENT, 120 `id` int(11) NOT NULL AUTO_INCREMENT,
121 `type_doc` varchar(20) DEFAULT NULL, 121 `type_doc` varchar(20) DEFAULT NULL,
122 - `chemin` varchar(60) DEFAULT NULL,  
123 `description` varchar(100) DEFAULT NULL, 122 `description` varchar(100) DEFAULT NULL,
124 `chemin` varchar(100) DEFAULT NULL, 123 `chemin` varchar(100) DEFAULT NULL,
125 `materiel_id` int(11) DEFAULT NULL, 124 `materiel_id` int(11) DEFAULT NULL,