summaryrefslogtreecommitdiff
path: root/maintenance/ibm_db2/patch-uq81_msg_resource.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/ibm_db2/patch-uq81_msg_resource.sql')
-rw-r--r--maintenance/ibm_db2/patch-uq81_msg_resource.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintenance/ibm_db2/patch-uq81_msg_resource.sql b/maintenance/ibm_db2/patch-uq81_msg_resource.sql
new file mode 100644
index 00000000..8ed85379
--- /dev/null
+++ b/maintenance/ibm_db2/patch-uq81_msg_resource.sql
@@ -0,0 +1,7 @@
+CREATE UNIQUE INDEX "UQ81_MSG_RESOURCE" ON "MSG_RESOURCE"
+(
+"MR_RESOURCE"
+,"MR_LANG"
+)
+ALLOW REVERSE SCANS
+;