Browse Source

lib/srdb1: dbschema - split record route storage

Daniel-Constantin Mierla 9 years ago
parent
commit
d439869408
2 changed files with 22 additions and 1 deletions
  1. 7 0
      lib/srdb1/schema/topos_d.xml
  2. 15 1
      lib/srdb1/schema/topos_t.xml

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

@@ -139,6 +139,13 @@
         <description>Record route - B side</description>
     </column>
 
+    <column id="s_rr">
+        <name>s_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>Record route - S side</description>
+    </column>
+
 	<column id="iflags">
 		<name>iflags</name>
 		<type>unsigned int</type>

+ 15 - 1
lib/srdb1/schema/topos_t.xml

@@ -105,7 +105,21 @@
         <name>x_rr</name>
         <type>largetext</type>
         <default/>
-        <description>RR stack - A or B side</description>
+        <description>RR stack - incoming A or B side</description>
+	</column>
+
+    <column id="y_rr">
+        <name>y_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>RR stack - the other A or B side</description>
+	</column>
+
+   <column id="s_rr">
+        <name>s_rr</name>
+        <type>largetext</type>
+        <default/>
+        <description>RR stack - the S side</description>
 	</column>
 
 	<column id="x_uri">