Forráskód Böngészése

Reverted column id name as it gives an error of being redefined

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2964 689a6050-402a-0410-94f2-e92a70836424
Dan Pascu 18 éve
szülő
commit
d033a26467
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      lib/srdb1/schema/domain.xml

+ 2 - 2
lib/srdb1/schema/domain.xml

@@ -27,7 +27,7 @@
         <description>unique ID</description>
         <description>unique ID</description>
     </column>
     </column>
 
 
-    <column id="domain">
+    <column id="dom">
         <name>domain</name>
         <name>domain</name>
         <type>string</type>
         <type>string</type>
         <size>&domain_len;</size>
         <size>&domain_len;</size>
@@ -44,7 +44,7 @@
 
 
     <index>
     <index>
         <name>domain_idx</name>
         <name>domain_idx</name>
-        <colref linkend="domain"/>
+        <colref linkend="dom"/>
         <unique/>
         <unique/>
     </index>
     </index>
 </table>
 </table>