|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_title) VALUES(0,0, "Conférences, évènements");
|
|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_title) VALUES(1,0, "Clubs, Associations");
|
|
|
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[IN] Imagerie numérique");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[IS] Ingénierie pour la santé");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[MAT] Matériaux");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[SI] Systèmes d'information");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[T&R] Télécoms et réseaux");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(0, "[TICB] Domotique");
|
|
|
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Isati");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Club Dorothée");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Club de golf");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Club Maté");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Club Beurre Salé");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(1, "Association de défence des kakapos");
|
|
|
|
|
|
INSERT INTO sous_categorie(sous_cat_id, sous_cat_tab, sous_cat_title) VALUES(2,1, "Associations");
|
|
|
INSERT INTO categorie(sous_cat_id, cat_title) VALUES(2, "Labfab");
|
|
|
|
|
|
|
|
|
INSERT INTO event VALUES (1, "Porte Ouverte Inria", "INRIA Rennes", "2015-12-10", "2015-12-10", "L'Inria ouvre ses portes aux étudiants !", "http://po.irisa.fr/", "http://www.lirmm.fr/DEMAR/images/inria_corpo_rvb.jpg", "contact@irisa.fr");
|
|
|
INSERT INTO event VALUES (2, "Inpol", "ESIR, Rennes", "2015-12-10 09:00:00", "2015-12-10 12:00:00", "Cours d'innovation et politique", NULL, "https://esir.univ-rennes1.fr/sites/esir.univ-rennes1.fr/themes/esir/logo.png", NULL);
|
|
|
INSERT INTO event VALUES (3, "Festival film animation", "Bruz, France", "2015-12-07 09:00:00", "2015-12-13 20:00:00", "Festival national du film d'animation", "http://festival-film-animation.fr/", "http://festival-film-animation.fr/cache/com_unitehcarousel/films_en_bretagne_logo_site_150x150_exact_images-2015.jpg", "communication@afca.asso.fr");
|