Subversion Repositories eFlore/Applications.del

Rev

Rev 1308 | Rev 1354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1308 Rev 1315
Line 104... Line 104...
104
ENGINE = MyISAM
104
ENGINE = MyISAM
105
DEFAULT CHARACTER SET = utf8
105
DEFAULT CHARACTER SET = utf8
106
COLLATE = utf8_general_ci;
106
COLLATE = utf8_general_ci;
Line -... Line 107...
-
 
107
 
-
 
108
 
-
 
109
-- Insérer un protocole par défaut ---------------------
-
 
110
INSERT INTO `del_image_protocole` (`id_protocole`, `intitule`, `descriptif`, `tag`) VALUES
107
 
111
(1, 'Protocole par défaut', 'Protocole par défaut', 'defaut');
108
 
112
 
109
-- -----------------------------------------------------
113
-- -----------------------------------------------------
110
-- Table `del_image_vote`
114
-- Table `del_image_vote`