From ba1757fd05eb792671aac97c523f61d785d81ca9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 6 Jan 2020 13:43:40 -0500 Subject: [PATCH] chore: fix MySQL migration script to 9-table schema Fix datatype of sogo_folder_info.c_location. Fixes #4377 Fixes #4888 --- Scripts/sql-update-3.0.0-to-combined-mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sql-update-3.0.0-to-combined-mysql.sh b/Scripts/sql-update-3.0.0-to-combined-mysql.sh index b76d66136..cb4c32aba 100755 --- a/Scripts/sql-update-3.0.0-to-combined-mysql.sh +++ b/Scripts/sql-update-3.0.0-to-combined-mysql.sh @@ -76,7 +76,7 @@ fi if ! [ "$CHECK" = "1" ]; then cat >> $SQLFILE <