Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
d9618529ab
1 zmenil súbory, kde vykonal 1 pridanie a 5 odobranie
  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>