Commit d64819ff9ed9ce91f744e3a75ce4e2cc6dc4c705

Authored by Thibault Ajas
1 parent 38b13278

bugfix installation database table documents

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
database/labinvent_2.1_12-05-16.sql
... ... @@ -80,7 +80,7 @@ CREATE TABLE IF NOT EXISTS `documents` (
80 80 `photo` tinyint(1) DEFAULT NULL,
81 81 PRIMARY KEY (`id`),
82 82 KEY `fk_documents_materiel_id` (`materiel_id`),
83   - KEY `fk_documents_suivi_id` (`suivi_id`),
  83 + KEY `fk_documents_suivi_id` (`suivi_id`)
84 84 ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
85 85  
86 86 -- --------------------------------------------------------
... ...