Db script correction for update to status.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Feb 2017 19:52:17 +0000 (14:52 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Feb 2017 19:52:17 +0000 (14:52 -0500)
Erroneous i was in script.

setup/databaseScripts/update_database_V1.1.6.sql

index b6f489e..0bad43d 100644 (file)
@@ -32,4 +32,4 @@ UPDATE {prefix}packages SET status = 10 where active = true;
 ----
 
 -- Update new status field to pending where active is not set to true
-UPDATE {prefix}packages SET status = i20 where active <> true;
+UPDATE {prefix}packages SET status = 20 where active <> true;