Module: sip-router Branch: master Commit: cc0a479e87f83794e6e43606f05d7703c63997ee URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc0a479e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Oct 1 18:23:56 2010 +0200
dialog(k): required table version is now 5
---
modules_k/dialog/dlg_db_handler.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/dlg_db_handler.h b/modules_k/dialog/dlg_db_handler.h index cd3ddcd..8b953be 100644 --- a/modules_k/dialog/dlg_db_handler.h +++ b/modules_k/dialog/dlg_db_handler.h @@ -54,7 +54,7 @@ #define REQ_URI_COL "req_uri" #define DIALOG_TABLE_NAME "dialog"
-#define DLG_TABLE_VERSION 4 +#define DLG_TABLE_VERSION 5
/*every minute the dialogs' information will be refreshed*/ #define DB_DEFAULT_UPDATE_PERIOD 60