admin/sync: import theme introductions
This commit is contained in:
parent
39b57119fe
commit
ea3f3b709d
4 changed files with 34 additions and 22 deletions
|
|
@ -59,6 +59,7 @@ CREATE TABLE IF NOT EXISTS events(
|
|||
CREATE TABLE IF NOT EXISTS themes(
|
||||
id_theme INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
name VARCHAR(255) NOT NULL UNIQUE,
|
||||
intro TEXT NOT NULL,
|
||||
authors TEXT NOT NULL
|
||||
) DEFAULT CHARACTER SET = utf8 COLLATE = utf8_bin;
|
||||
`); err != nil {
|
||||
|
|
|
|||
Reference in a new issue