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

* Added 'hostname' column to 'gw' table.

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5096 689a6050-402a-0410-94f2-e92a70836424
Juha Heinanen 17 жил өмнө
parent
commit
f6b18a6f21

+ 7 - 0
lib/srdb1/schema/gw.xml

@@ -48,6 +48,13 @@
         <description>IP Address of the gateway</description>
     </column>
 
+    <column>
+        <name>hostname</name>
+        <type>string</type>
+        <size>64</size>
+        <description>IP Address of the gateway</description>
+    </column>
+
     <column>
         <name>port</name>
         <type>unsigned short</type>