libfic: increase authors field size

This commit is contained in:
nemunaire 2017-12-09 00:54:49 +01:00
parent 38d7cb00b6
commit ae7e1ede14

View File

@ -59,7 +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,
authors VARCHAR(255) NOT NULL
authors TEXT NOT NULL
);
`); err != nil {
return err