admin/sync: import theme introductions

This commit is contained in:
nemunaire 2017-12-21 22:17:41 +01:00
commit ea3f3b709d
4 changed files with 34 additions and 22 deletions

View file

@ -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 {