Module: sip-router
Branch: master
Commit: 8a22bf5bf2b5fe3c65a214f071159107427263a8
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a22bf5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Apr 20 16:14:18 2012 +0200
dialog(k): table version in DB is 7
- updated by Timo Reimann, but sources was still using 6
---
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 a3c5f05..ad0116d 100644
--- a/modules_k/dialog/dlg_db_handler.h
+++ b/modules_k/dialog/dlg_db_handler.h
@@ -56,7 +56,7 @@
#define REQ_URI_COL "req_uri"
#define XDATA_COL "xdata"
#define DIALOG_TABLE_NAME "dialog"
-#define DLG_TABLE_VERSION 6
+#define DLG_TABLE_VERSION 7
#define DIALOG_TABLE_COL_NO 23