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
[JobQueue] Added missing delete query.
[mediawiki.git]
/
maintenance
/
ibm_db2
/
patch-uq61_msg_resource_links.sql
blob
d9185c0af0b9507945b7d5bfadc59dd61f7115f9
1
CREATE UNIQUE INDEX "UQ61_MSG_RESOURCE_LINKS" ON "MSG_RESOURCE_LINKS"
2
(
3
"MRL_MESSAGE",
4
"MRL_RESOURCE"
5
)
6
ALLOW REVERSE SCANS
7
;