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-ipb-parent-block-id.sql
blob
8ebcf7863b983d98a7ec33c995343d13514096d8
1
-- Adding ipb_parent_block_id to track the block that caused an autoblock
2
ALTER TABLE /*$wgDBprefix*/ipblocks
3
ADD ipb_parent_block_id int DEFAULT NULL;