Add index_search field to database

This commit is contained in:
Erik Sommer 2018-01-03 16:10:55 +01:00
parent 1e440677fa
commit 49dc072e25
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ CREATE TABLE tx_dlf_collections (
fe_group varchar(100) DEFAULT '' NOT NULL,
label text NOT NULL,
index_name tinytext NOT NULL,
index_search text NOT NULL,
oai_name tinytext NOT NULL,
description text NOT NULL,
thumbnail text NOT NULL,