From 194c269fd4f9fe33f65b355c179eb8306c70a56e Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 8 Jul 2024 17:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/c_database_version.json | 4 ++-- conf/hotfix.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/c_database_version.json b/conf/c_database_version.json index 2b4b31e47..b2f873913 100644 --- a/conf/c_database_version.json +++ b/conf/c_database_version.json @@ -1,4 +1,4 @@ { - "version":"5", - "tables":"" + "version":"6", + "tables":"ItemConfig" } \ No newline at end of file diff --git a/conf/hotfix.json b/conf/hotfix.json index 7a5bc18f8..30c6416aa 100644 --- a/conf/hotfix.json +++ b/conf/hotfix.json @@ -1,5 +1,6 @@ { - "version":"5", + "version":"6", "classes": [ + {"name":"CumulationData.class","fullName":"com.ljsd.jieling.logic.dao.CumulationData"} ] } \ No newline at end of file