From: Steve Sutton Date: Mon, 13 Feb 2017 19:52:17 +0000 (-0500) Subject: Db script correction for update to status. X-Git-Tag: v1.2.6^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=08301a3497163c507c05b5d554790c958a12d7f3;p=WP-Plugins%2Fglm-member-db-packaging.git Db script correction for update to status. Erroneous i was in script. --- diff --git a/setup/databaseScripts/update_database_V1.1.6.sql b/setup/databaseScripts/update_database_V1.1.6.sql index b6f489e..0bad43d 100644 --- a/setup/databaseScripts/update_database_V1.1.6.sql +++ b/setup/databaseScripts/update_database_V1.1.6.sql @@ -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;