Browse Source

srdb1: added partition column for location table

- to be used for db-only nat keepalives distribution
Daniel-Constantin Mierla 10 years ago
parent
commit
65651271ca
1 changed files with 9 additions and 0 deletions
  1. 9 0
      lib/srdb1/schema/location.xml

+ 9 - 0
lib/srdb1/schema/location.xml

@@ -204,6 +204,15 @@
     </column>
 
 
+    <column>
+        <name>partition</name>
+        <type>int</type>
+        <size>11</size>
+        <default>0</default>
+        <description>The value to of the partition for keep alive requests</description>
+    </column>
+
+
     <index>
         <name>account_contact_idx</name>
         <colref linkend="username"/>