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
SearchResultSet: remove hasResults(), unused
[mediawiki.git]
/
maintenance
/
postgres
/
archives
/
patch-module_deps.sql
blob
bd7bb1f0bc3e8dcd298fa6c9fa91de0cc66b998c
1
CREATE TABLE module_deps (
2
md_module TEXT NOT NULL,
3
md_skin TEXT NOT NULL,
4
md_deps TEXT NOT NULL
5
);
6
7
CREATE UNIQUE INDEX md_module_skin ON module_deps (md_module, md_skin);