libfic: Use MEDIUMTEXT to store resolution.md

This commit is contained in:
nemunaire 2022-05-24 21:30:11 +02:00
parent 2c76b5c7a3
commit d24b1c5d4d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ CREATE TABLE IF NOT EXISTS exercices(
coefficient_cur FLOAT NOT NULL DEFAULT 1.0,
finished TEXT NOT NULL,
video_uri VARCHAR(255) NOT NULL,
resolution TEXT NOT NULL,
resolution MEDIUMTEXT NOT NULL,
seealso TEXT NOT NULL,
FOREIGN KEY(id_theme) REFERENCES themes(id_theme),
FOREIGN KEY(depend) REFERENCES exercices(id_exercice)