Fix
This commit is contained in:
@@ -57,4 +57,11 @@ CREATE TABLE game_questions (
|
||||
PRIMARY KEY (id),
|
||||
INDEX gq_game_idx (game),
|
||||
INDEX gq_question_idx (question)
|
||||
) ENGINE=InnoDB;
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
INSERT INTO themes (theme) VALUES ('Environnement');
|
||||
INSERT INTO themes (theme) VALUES ('Energie Renouvelable');
|
||||
INSERT INTO themes (theme) VALUES ("Recyclage et consommation d'energie");
|
||||
INSERT INTO themes (theme) VALUES ('Pollution et energie fossile');
|
||||
INSERT INTO themes (theme) VALUES ('Politique');
|
||||
|
||||
Reference in New Issue
Block a user