Bug 17260: Update existing installs
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
77337a2ab5
commit
f7dbe1751c
1 changed files with 1 additions and 0 deletions
1
installer/data/mysql/atomicupdate/bug_17260.sql
Normal file
1
installer/data/mysql/atomicupdate/bug_17260.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE search_field CHANGE COLUMN type type ENUM('', 'string', 'date', 'number', 'boolean', 'sum') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine';
|
Loading…
Reference in a new issue