Subversion Repositories Applications.gtt

Rev

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

Rev 67 Rev 69
Line 193... Line 193...
193
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
193
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Line 194... Line 194...
194
 
194
 
195
--
195
--
196
-- Contenu de la table `gestion_projet_categorie`
196
-- Contenu de la table `gestion_projet_categorie`
197
--
-
 
-
 
197
--
198
 
198
INSERT INTO `gestion_projet_categorie` VALUES (0, 'Inconnue', NULL);
199
INSERT INTO `gestion_projet_categorie` VALUES (2, 'Fonctionnement interne', NULL);
199
INSERT INTO `gestion_projet_categorie` VALUES (2, 'Fonctionnement interne', NULL);
200
INSERT INTO `gestion_projet_categorie` VALUES (3, 'Site internet et outils coopératif', NULL);
200
INSERT INTO `gestion_projet_categorie` VALUES (3, 'Site internet et outils coopératif', NULL);
201
INSERT INTO `gestion_projet_categorie` VALUES (4, 'Animation', NULL);
201
INSERT INTO `gestion_projet_categorie` VALUES (4, 'Animation', NULL);
202
INSERT INTO `gestion_projet_categorie` VALUES (5, 'Projets inclus convention MEDT', NULL);
202
INSERT INTO `gestion_projet_categorie` VALUES (5, 'Projets inclus convention MEDT', NULL);