diff --git a/conf/c_database_version.json b/conf/c_database_version.json index 2b4b31e47..9d4b25d94 100644 --- a/conf/c_database_version.json +++ b/conf/c_database_version.json @@ -1,4 +1,4 @@ { - "version":"5", - "tables":"" + "version":"9", + "tables":"GlobalActivity" } \ No newline at end of file diff --git a/conf/hotfix.json b/conf/hotfix.json index 5ae757c8d..4076ede21 100644 --- a/conf/hotfix.json +++ b/conf/hotfix.json @@ -1,5 +1,6 @@ { - "version":"5", + "version":"6", "classes":[ + {"name":"RedisUtil.class","fullName":"com.ljsd.jieling.db.redis.RedisUtil"} ] }