canmove, Confirmed users
1,173
edits
No edit summary |
(→Mysql) |
||
Line 39: | Line 39: | ||
alter table wbo add index predecessorindex (`username`,`collection`,`predecessorid`); | alter table wbo add index predecessorindex (`username`,`collection`,`predecessorid`); | ||
(if you have a particularly old server, you might also need alter table users add column location text) | |||
== SQLite == | == SQLite == |