repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-watchlist-wl_id.sql
blob
a73e514c8d4a545b6c171950a41a2ea46bfe5b8f
1
-- Primary key in watchlist
2
3
ALTER TABLE /*$wgDBprefix*/watchlist
4
ADD COLUMN wl_id int unsigned NOT NULL AUTO_INCREMENT FIRST,
5
ADD PRIMARY KEY (wl_id);