Module: sip-router Branch: sr_3.0 Commit: 959b95ff5490c144b726362285ae7df9ba80ab1b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959b95ff...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Wed Oct 14 15:39:15 2009 +0300
lib/srdb1/schema/trusted.xml: forgot to increase version number
- Forgot to increase version number of trusted table after increasing size of tag field.
---
lib/srdb1/schema/trusted.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/trusted.xml b/lib/srdb1/schema/trusted.xml index e2cee2f..179e3f4 100644 --- a/lib/srdb1/schema/trusted.xml +++ b/lib/srdb1/schema/trusted.xml @@ -9,7 +9,7 @@
<table id="trusted" xmlns:db="http://docbook.org/ns/docbook"> <name>trusted</name> - <version>4</version> + <version>5</version> <type db="mysql">&MYSQL_TABLE_TYPE;</type> <description> db:paraThis table is used by the permissions module to determine if a call has the appropriate permission to be established. More information about the permissions module can be found at: &KAMAILIO_MOD_DOC;permissions.html