Skip to content

Commit

Permalink
ims_dialog: Fix table version for dialog_vars, rename create script t…
Browse files Browse the repository at this point in the history
…o reflect name-change
  • Loading branch information
carstenbock committed Aug 26, 2016
1 parent c461b53 commit 61df6e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ims_dialog/dlg_db_handler.h
Expand Up @@ -72,7 +72,7 @@
#define VARS_KEY_COL "dialog_key"
#define VARS_VALUE_COL "dialog_value"
#define DIALOG_VARS_TABLE_NAME "dialog_vars"
#define DLG_VARS_TABLE_VERSION 1
#define DLG_VARS_TABLE_VERSION 7
#define DIALOG_VARS_TABLE_COL_NO 4

/*every minute the dialogs' information will be refreshed*/
Expand Down
File renamed without changes.

0 comments on commit 61df6e8

Please sign in to comment.