From 8c2f816bfe87b2ec947c5f2de28d666c80917d21 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Mon, 3 Jun 2024 11:32:21 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/c_database_version.json b/conf/c_database_version.json index 2cef3a1c3..fb98be121 100644 --- a/conf/c_database_version.json +++ b/conf/c_database_version.json @@ -1,4 +1,4 @@ { - "version":"6", - "tables":"GameSetting" + "version":"7", + "tables":"GameSetting|PackPush" } \ No newline at end of file diff --git a/conf/hotfix.json b/conf/hotfix.json index 9a0a38ba7..73a5530ee 100644 --- a/conf/hotfix.json +++ b/conf/hotfix.json @@ -1,5 +1,5 @@ { - "version":"8", + "version":"9", "classes": [ {"name":"BuyGoodsNewLogic.class","fullName":"com.ljsd.jieling.logic.store.BuyGoodsNewLogic"}, {"name":"RetrySendIndicationThread.class","fullName":"com.ljsd.jieling.thread.task.RetrySendIndicationThread"},