chore: fix MySQL migration script to 9-table schema

Fix datatype of sogo_folder_info.c_location.

Fixes #4377
Fixes #4888
This commit is contained in:
Francis Lachapelle
2020-01-06 13:43:40 -05:00
parent 91ca8b8bec
commit ba1757fd05

View File

@@ -76,7 +76,7 @@ fi
if ! [ "$CHECK" = "1" ]; then
cat >> $SQLFILE <<HERE
ALTER TABLE $TABLE MODIFY COLUMN c_location integer NULL;
ALTER TABLE $TABLE MODIFY COLUMN c_location varchar(2048) NULL;
CREATE TABLE sogo_store
(