Correct the latest database update file to have Four dashes instead of Two
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 Feb 2019 14:56:30 +0000 (09:56 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 Feb 2019 14:56:30 +0000 (09:56 -0500)
setup/databaseScripts/update_database_V1.1.48.sql

index 99e0f07..dd5187d 100755 (executable)
@@ -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';