Themes can have header image

This commit is contained in:
nemunaire 2018-11-25 03:20:03 +01:00
commit 0effdbcf5e
4 changed files with 20 additions and 9 deletions

View file

@ -73,6 +73,7 @@ CREATE TABLE IF NOT EXISTS themes(
url_id VARCHAR(191) NOT NULL UNIQUE,
path VARCHAR(191) NOT NULL UNIQUE,
intro TEXT NOT NULL,
image VARCHAR(255) NOT NULL,
authors TEXT NOT NULL
) DEFAULT CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
`); err != nil {