The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
SQL help...
This might be completely obvious, but what's the opposite of this query [i.e. remove the changes I made when running it]? Thanks.
Code:
ALTER TABLE thread ADD articleid int(10) unsigned DEFAULT '0' NOT NULL; ALTER TABLE thread ADD INDEX(articleid); |
#2
|
||||
|
||||
[sql]DROP INDEX articleid ON thread;
ALTER TABLE thread DROP articleid;[/sql] |
#3
|
||||
|
||||
FireFly you are a living legend, thanks once again!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|