Signed-off-by: Peter Spicer <sleeping@myperch.org>
@@ -246,7 +246,7 @@ ADD COLUMN description text NOT NULL;
--- Adding support for alerts
/******************************************************************************/
---# Adding the count to the members table...
-ALERT TABLE {$db_prefix}members
+ALTER TABLE {$db_prefix}members
ADD COLUMN alerts int(10) unsigned NOT NULL default '0';
---#
@@ -310,7 +310,7 @@ upgrade_query("
ADD COLUMN alerts int NOT NULL default '0';