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