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-fa_deleted.sql
blob
7ab6523938de1e5c016267dd25b13f291e4dcef8
1
-- Adding fa_deleted field for additional content suppression
2
ALTER TABLE /*$wgDBprefix*/filearchive
3
ADD fa_deleted tinyint unsigned NOT NULL default '0';