|
|
|
@ -1,16 +1,19 @@ |
|
|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_titre) VALUES(0,0, "Conférences, évènements"); |
|
|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_titre) VALUES(1,0, "Clubs, Associations"); |
|
|
|
|
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[IN] Imagerie numérique", 0); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[IS] Ingénierie pour la santé", 0); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[MAT] Matériaux", 0); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[SI] Systèmes d'information", 0); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[T&R] Télécoms et réseaux", 0); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("[TICB] Domotique", 0); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[IN] Imagerie numérique"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[IS] Ingénierie pour la santé"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[MAT] Matériaux"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[SI] Systèmes d'information"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[T&R] Télécoms et réseaux"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(0, "[TICB] Domotique"); |
|
|
|
|
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Isati", 1); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Club Dorothée", 1); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Club de golf", 1); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Club Maté", 1); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Club Beurre Salé", 1); |
|
|
|
INSERT INTO categorie(cat_titre, sous_cat_id) VALUES("Association de défence des kakapos", 1); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Isati"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Club Dorothée"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Club de golf"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Club Maté"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Club Beurre Salé"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(1, "Association de défence des kakapos"); |
|
|
|
|
|
|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_titre) VALUES(2,1, "Associations"); |
|
|
|
INSERT INTO categorie(sous_cat_id, cat_titre) VALUES(2, "Labfab"); |