Justing installed 1.0 and trying to upgrade but I have no clue to what this means in the instructions can someone lend me a hand
PHP Code:
Run this query: (change TABLE_PREFIX to your settings, this is defined within includes/config.php, if it is blank then just simply remove TABLE_PREFIX from the query)
alter table TABLE_PREFIXwarning_options
add `banned_usergroup_id` int(15) not null default '0',
add `protected_usergroups` varchar(255) not null default '';
Especialy where it says change talbe_prefix to your settings, this is defined within....
Also, how do I add a query?