Minor correction in the default value of short_desc_char limit in update database...
authorLaury GvR <laury@gaslightmedia.com>
Wed, 28 Jun 2017 14:57:46 +0000 (10:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 28 Jun 2017 14:57:46 +0000 (10:57 -0400)
setup/databaseScripts/update_database_V1.1.32.sql

index b24554e..a54f87c 100644 (file)
@@ -7,4 +7,4 @@
 -- all queries must be separated by a line with four dashes
 -- Sets which character to use to separate phone numbers
 
-ALTER TABLE {prefix}settings_general ADD COLUMN short_desc_char_limit INTEGER DEFAULT '0';
+ALTER TABLE {prefix}settings_general ADD COLUMN short_desc_char_limit INTEGER DEFAULT '120';