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_sha1.sql
blob
931bc44de8d423488991e501abd97e85d0e919df
1
-- Add fa_sha1 and related index
2
ALTER TABLE /*$wgDBprefix*/filearchive
3
ADD COLUMN fa_sha1 varbinary(32) NOT NULL default '';
4
CREATE INDEX /*i*/fa_sha1 ON /*$wgDBprefix*/filearchive (fa_sha1(10));