Quote:
Originally Posted by jimnyc
Wow, that was fast, thanks so much!!
Do you know, will it automatically update/refresh my screen once completed?
Again, thanks much for a quick reply!
-Jim
|
If the page has stopped loading you can run the queries manually
Code:
alter table post add dbtech_thanks_cache mediumtext
Code:
alter table post add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:
alter table post add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:
alter table post add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_disabledbuttons int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_requiredbuttons_content int(10) unsigned not null default '0'
Code:
alter table thread add dbtech_thanks_requiredbuttons_attach int(10) unsigned not null default '0'
Remember to add your table prefix if you use it.
Fillip