Browse Source

dialog(k): table version in DB is 7

- updated by Timo Reimann, but sources was still using 6
Daniel-Constantin Mierla 13 years ago
parent
commit
8a22bf5bf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules_k/dialog/dlg_db_handler.h

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