Module: sip-router Branch: master Commit: 7b0b2502da3354f678e822042e0ff90c0738c19e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b0b2502...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Sep 8 19:42:53 2010 +0200
db schema: added missing column in dispatcher table
- version set to 4
---
lib/srdb1/schema/dispatcher.xml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/schema/dispatcher.xml b/lib/srdb1/schema/dispatcher.xml index 91049bf..ebaeda4 100644 --- a/lib/srdb1/schema/dispatcher.xml +++ b/lib/srdb1/schema/dispatcher.xml @@ -9,7 +9,7 @@
<table id="dispatcher" xmlns:db="http://docbook.org/ns/docbook"> <name>dispatcher</name> - <version>3</version> + <version>4</version> <type db="mysql">&MYSQL_TABLE_TYPE;</type> <description> db:paraThis table is used by the dispatcher module. It contains the sets of destinations used for load balancing and dispatching. More information about the dispatcher module can be found at: &KAMAILIO_MOD_DOC;dispatcher.html @@ -59,6 +59,14 @@ </column>
<column> + <name>attrs</name> + <type>string</type> + <size>128</size> + <default/> + <description>Attributes specific for this destination</description> + </column> + + <column> <name>description</name> <type>string</type> <size>64</size>