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-change_tag-ct_id.sql
blob
7b986d6781225ef5d294f984ebdbed4bd940d936
1
-- Primary key in change_tag table
2
3
ALTER TABLE /*$wgDBprefix*/change_tag
4
ADD COLUMN ct_id INT UNSIGNED NOT NULL AUTO_INCREMENT FIRST,
5
ADD PRIMARY KEY (ct_id);