瀏覽代碼

lib/srdb1/schema/lcr_gw.xml: updated table index
- lcr gw lcr_id, ip_addr, port, hostname do not need to be unique

Juha Heinanen 14 年之前
父節點
當前提交
d9618529ab
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      lib/srdb1/schema/lcr_gw.xml

+ 1 - 5
lib/srdb1/schema/lcr_gw.xml

@@ -129,12 +129,8 @@
     </column>
 
     <index>
-        <name>lcr_id_ip_addr_port_hostname_idx</name>
+        <name>lcr_id_idx</name>
         <colref linkend="lcr_id"/>
-        <colref linkend="ip_addr"/>
-        <colref linkend="port"/>
-        <colref linkend="hostname"/>
-        <unique/>
     </index>
 
 </table>