Przeglądaj źródła

- small formatting changes

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2860 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 18 lat temu
rodzic
commit
3cb35b743c

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

@@ -45,6 +45,6 @@
     <index>
         <name>d_domain</name>
         <colref linkend="dom"/>
-    <unique/>
+        <unique/>
     </index>
 </table>

+ 7 - 7
lib/srdb1/schema/sw_server_monitoring.xml

@@ -15,13 +15,6 @@
         <db:para>Server monitoring table used from SERWeb.</db:para>
     </description>
 
-    <column>
-        <name>time</name>
-        <type>datetime</type>
-        <default>&DEFAULT_DATETIME;</default>
-        <description>Time</description>
-    </column>
-
     <column id="id">
         <name>id</name>
         <type>unsigned int</type>
@@ -30,6 +23,13 @@
         <description>Unique ID</description>
     </column>
 
+    <column>
+        <name>time</name>
+        <type>datetime</type>
+        <default>&DEFAULT_DATETIME;</default>
+        <description>Time</description>
+    </column>
+
     <column id="param">
         <name>param</name>
         <type>string</type>