mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
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:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user