From: Laury GvR Date: Fri, 15 Feb 2019 14:56:30 +0000 (-0500) Subject: Correct the latest database update file to have Four dashes instead of Two X-Git-Tag: v2.12.0^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b68037978cebfbf55386df5c11f644343c1316a8;p=WP-Plugins%2Fglm-member-db.git Correct the latest database update file to have Four dashes instead of Two --- diff --git a/setup/databaseScripts/update_database_V1.1.48.sql b/setup/databaseScripts/update_database_V1.1.48.sql index 99e0f078..dd5187de 100755 --- a/setup/databaseScripts/update_database_V1.1.48.sql +++ b/setup/databaseScripts/update_database_V1.1.48.sql @@ -9,7 +9,7 @@ -- Add setting to show header text on lists ALTER TABLE {prefix}settings_general ADD COLUMN list_show_header_text BOOLEAN DEFAULT '1'; -- Show header text on lists --- +---- -- Update sidebar area column name to maintain consistency ALTER TABLE {prefix}settings_general CHANGE list_sidebar_area list_show_sidebar_area BOOLEAN DEFAULT '0';