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 "Remove not used private member variable mParserWarnings from OutputPage"
[mediawiki.git]
/
maintenance
/
archives
/
patch-externallinks-el_id.sql
blob
d4b51b5175e44bd423ca2ffa13075fe52f2299ec
1
--
2
-- patch-extenallinks-el_id.sql
3
--
4
-- Bug 15441. Add externallinks.el_id.
5
6
ALTER TABLE /*$wgDBprefix*/externallinks
7
ADD COLUMN el_id int unsigned NOT NULL AUTO_INCREMENT FIRST,
8
ADD PRIMARY KEY (el_id);