Module: sip-router Branch: master Commit: 760ae2dcf7133d9211287485e03cd2b3d2432b0d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=760ae2dc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sat Jun 18 19:39:11 2011 +0200
db schema: updated column sizes of rls_watchers table
- size for callid and contact columns set to &uri_len; - patch by Peter Dunkley
---
lib/srdb1/schema/rls_watchers.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/srdb1/schema/rls_watchers.xml b/lib/srdb1/schema/rls_watchers.xml index b982ffc..1faac29 100644 --- a/lib/srdb1/schema/rls_watchers.xml +++ b/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>