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-transcache.sql
blob
70870efa7a5257c7bc586f5388a638a53209f625
1
CREATE TABLE /*$wgDBprefix*/transcache (
2
tc_url varbinary(255) NOT NULL,
3
tc_contents TEXT,
4
tc_time binary(14) NOT NULL,
5
UNIQUE INDEX tc_url_idx(tc_url)
6
) /*$wgDBTableOptions*/;
7