|
@@ -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';
|
|
|
---#
|
|
|
|