The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|