Quote:
Originally Posted by J98680B2423E
Start your phpMyAdmin and execute those two queries respectively on the tables `thread` and `user`. You can also execute these queries from your ACP -> Maintenance -> Execute SQL Query.
|
Thank you very much! If you would permit me to just ask this last, probably dumb, question?
So when doing the query in my ACP, do I just enter this:
ALTER TABLE `thread` ADD `slideshowid` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
and run it?
and then the next one?
I appreciate your help!!