New attribute "disclaimer" on downloadable files
This commit is contained in:
parent
c28ad9533b
commit
bd19d31577
6 changed files with 80 additions and 22 deletions
|
|
@ -170,6 +170,7 @@ CREATE TABLE IF NOT EXISTS exercice_files(
|
|||
cksum BINARY(64) NOT NULL,
|
||||
cksum_shown BINARY(64),
|
||||
size BIGINT UNSIGNED NOT NULL,
|
||||
disclaimer VARCHAR(255) NOT NULL,
|
||||
published BOOLEAN NOT NULL DEFAULT 1,
|
||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice)
|
||||
) DEFAULT CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
|
||||
|
|
|
|||
Reference in a new issue