소스 검색

db schema: updated column sizes of rls_watchers table

- size for callid and contact columns set to &uri_len;
- patch by Peter Dunkley
Daniel-Constantin Mierla 14 년 전
부모
커밋
760ae2dcf7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/srdb1/schema/rls_watchers.xml

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

@@ -97,7 +97,7 @@
     <column id="callid">
     <column id="callid">
         <name>callid</name>
         <name>callid</name>
         <type>string</type>
         <type>string</type>
-        <size>&domain_len;</size>
+        <size>&uri_len;</size>
         <description>Call ID</description>
         <description>Call ID</description>
     </column>
     </column>
 
 
@@ -118,7 +118,7 @@
     <column>
     <column>
         <name>contact</name>
         <name>contact</name>
         <type>string</type>
         <type>string</type>
-        <size>&domain_len;</size>
+        <size>&uri_len;</size>
         <description>Contact</description>
         <description>Contact</description>
     </column>
     </column>