Browse Source

- fix the confusing mismatch between config and db mode in carrierroute
now both modes only use 'domain' in documentation and source
- adjust database scripts too


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

Henning Westerholt 18 years ago
parent
commit
54ef43efc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/srdb1/schema/carrierroute.xml

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

@@ -44,11 +44,11 @@
 		  </column>
 		  
 		  <column>
-			  <name>level</name>
+			  <name>domain</name>
 			  <type>string</type>
 			  <size>&user_len;</size>
 			  <default/>
-			  <description>This column contains the route level. Additional levels could be used for example as fallback.</description>
+			  <description>This column contains the route domain. Additional domains could be used for example as fallback.</description>
 		  </column>
 		  
 		  <column>