浏览代码

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">
         <name>callid</name>
         <type>string</type>
-        <size>&domain_len;</size>
+        <size>&uri_len;</size>
         <description>Call ID</description>
     </column>
 
@@ -118,7 +118,7 @@
     <column>
         <name>contact</name>
         <type>string</type>
-        <size>&domain_len;</size>
+        <size>&uri_len;</size>
         <description>Contact</description>
     </column>