|
|
@@ -3006,7 +3006,7 @@ log.info("已添加template_id列到tasks表");
|
|
|
} catch (Exception e) {
|
|
|
log.warn("finance_checkins.type 添加失败(可能已存在): " + e.getMessage());
|
|
|
}
|
|
|
- // 迁移255: 创建energy_daily_limit表(每日能量上限配置持久化)
|
|
|
+ // 迁移258: 创建energy_daily_limit表(每日能量上限配置持久化)
|
|
|
try {
|
|
|
jdbcTemplate.execute("CREATE TABLE IF NOT EXISTS energy_daily_limit (" +
|
|
|
"id BIGINT AUTO_INCREMENT PRIMARY KEY, " +
|