浏览代码

index in offline_winfo table changed to unique index (merged from Ottendorf)
closes SER-261

Vaclav Kubart 18 年之前
父节点
当前提交
f9c967ff67
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      db/schema/offline_winfo.xml

+ 1 - 0
db/schema/offline_winfo.xml

@@ -86,6 +86,7 @@
 	<index>
 		<name>offline_winfo_key</name>
 		<colref linkend="offline_winfo.dbid"/>
+		<unique/>
 	</index>
 
 </table>