2
0
Эх сурвалжийг харах

lib/srdb1/schema/domain[_attrs].xml: schema fixes

Juha Heinanen 13 жил өмнө
parent
commit
e9c2f7dc17

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

@@ -31,8 +31,6 @@
         <type>string</type>
         <type>string</type>
         <size>&domain_len;</size>
         <size>&domain_len;</size>
         <description>Domain name</description>
         <description>Domain name</description>
-        <default/>
-        <natural/>
     </column>
     </column>
 
 
     <column id="did">
     <column id="did">
@@ -41,6 +39,7 @@
         <size>&domain_len;</size>
         <size>&domain_len;</size>
         <description>Domain id.  Value of did column may be NULL, which
         <description>Domain id.  Value of did column may be NULL, which
 	means that it has the same value as domain column.</description>
 	means that it has the same value as domain column.</description>
+        <default><null/></default>
         <null/>
         <null/>
     </column>
     </column>
 
 

+ 0 - 8
lib/srdb1/schema/domain_attrs.xml

@@ -31,8 +31,6 @@
         <type>string</type>
         <type>string</type>
         <size>&domain_len;</size>
         <size>&domain_len;</size>
         <description>Domain id</description>
         <description>Domain id</description>
-        <default/>
-        <natural/>
     </column>
     </column>
 
 
     <column id="name">
     <column id="name">
@@ -40,16 +38,12 @@
         <type>string</type>
         <type>string</type>
         <size>32</size>
         <size>32</size>
         <description>Name of attribute</description>
         <description>Name of attribute</description>
-        <default/>
-        <natural/>
     </column>
     </column>
 
 
     <column id="type">
     <column id="type">
         <name>type</name>
         <name>type</name>
         <type>unsigned int</type>
         <type>unsigned int</type>
         <description>Type of attribute (0=integer, 2=string)</description>
         <description>Type of attribute (0=integer, 2=string)</description>
-        <default/>
-        <natural/>
     </column>
     </column>
 
 
     <column id="value">
     <column id="value">
@@ -57,8 +51,6 @@
         <type>string</type>
         <type>string</type>
         <size>255</size>
         <size>255</size>
         <description>Value of attribute</description>
         <description>Value of attribute</description>
-        <default/>
-        <natural/>
     </column>
     </column>
 
 
     <column>
     <column>