telc
Sun 13th Aug '06, 11:45am
Would it be ok for me to prerun these queries and comment out he lines in the upgrade file, before I even run the upgrade.php scripts.
I rather run them beforehand if I can, then encounter a timeout and have to run them.
ALTER TABLE post ADD COLUMN infraction smallint(5);
ALTER TABLE thread ADD COLUMN deletedcount smallint(5);
ALTER TABLE post ADD COLUMN reportthreadid int(11);
ALTER TABLE thread ADD COLUMN lastpostid int(11);
http://www.andreas-kraus.net/blog/updating-to-vbulletin-36-update-timeouts/
I rather run them beforehand if I can, then encounter a timeout and have to run them.
ALTER TABLE post ADD COLUMN infraction smallint(5);
ALTER TABLE thread ADD COLUMN deletedcount smallint(5);
ALTER TABLE post ADD COLUMN reportthreadid int(11);
ALTER TABLE thread ADD COLUMN lastpostid int(11);
http://www.andreas-kraus.net/blog/updating-to-vbulletin-36-update-timeouts/