Themes can have header image
This commit is contained in:
parent
26295dd978
commit
0effdbcf5e
4 changed files with 20 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue