libfic: Add new row in exercices table, to store relative path to exercice

This commit is contained in:
nemunaire 2017-12-09 00:52:15 +01:00 committed by nemunaire
commit 3713659930
3 changed files with 15 additions and 12 deletions

View file

@ -92,6 +92,7 @@ CREATE TABLE IF NOT EXISTS exercices(
id_exercice INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
id_theme INTEGER NOT NULL,
title VARCHAR(255) NOT NULL,
path VARCHAR(255) NOT NULL,
statement TEXT NOT NULL,
depend INTEGER,
gain INTEGER NOT NULL,