Ver código fonte

dialog(k): required table version is now 5

Daniel-Constantin Mierla 15 anos atrás
pai
commit
cc0a479e87
1 arquivos alterados com 1 adições e 1 exclusões
  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