浏览代码

dialog(k): required table version is now 5

Daniel-Constantin Mierla 15 年之前
父节点
当前提交
cc0a479e87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_k/dialog/dlg_db_handler.h

+ 1 - 1
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