diff --git a/modules/ims_dialog/dlg_db_handler.h b/modules/ims_dialog/dlg_db_handler.h index 5ab90e3f0f2..d7a8081b0cd 100644 --- a/modules/ims_dialog/dlg_db_handler.h +++ b/modules/ims_dialog/dlg_db_handler.h @@ -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*/ diff --git a/utils/kamctl/mysql/dialog_ng-create.sql b/utils/kamctl/mysql/ims_dialog-create.sql similarity index 100% rename from utils/kamctl/mysql/dialog_ng-create.sql rename to utils/kamctl/mysql/ims_dialog-create.sql