I have come across an error with this mod every time i install it. This time i installed on a heavily modded forum. I forgot to make a db update. Now i was wondering if you could please tell me what to do to revert this sql back
'ALTER TABLE ' . AUTH_ACCESS_TABLE . ' CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL',
'ALTER TABLE ' . FORUMS_TABLE . ' CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL',
'ALTER TABLE ' . FORUMS_TABLE . ' CHANGE `cat_id` `cat_id` MEDIUMINT(8) DEFAULT "0"'


