Explorar el Código

- sync carrierroute and carrierfailureroute table (swap scan_prefix and domain column)
- as carrierroute is only usable for SQL based tables because of the raw query dependency,
we don't need to increment the version number


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3791 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt hace 17 años
padre
commit
1799926107
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      lib/srdb1/schema/carrierroute.xml

+ 4 - 4
lib/srdb1/schema/carrierroute.xml

@@ -37,19 +37,19 @@
 		  </column>
 		  
 		  <column>
-			  <name>scan_prefix</name>
+			  <name>domain</name>
 			  <type>string</type>
 			  <size>&user_len;</size>
 			  <default/>
-			  <description>This column contains the scan prefix, which define the matching portion of a phone number.</description>
+			  <description>This column contains the route domain. Additional domains could be used for example as fallback.</description>
 		  </column>
 		  
 		  <column>
-			  <name>domain</name>
+			  <name>scan_prefix</name>
 			  <type>string</type>
 			  <size>&user_len;</size>
 			  <default/>
-			  <description>This column contains the route domain. Additional domains could be used for example as fallback.</description>
+			  <description>This column contains the scan prefix, which define the matching portion of a phone number.</description>
 		  </column>
 		  
 		  <column>