Explorar o código

fix(db): energy_daily_limit迁移编号255改258避免撞号

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Xiaogang Liao hai 3 semanas
pai
achega
bef1428f26

+ 1 - 1
cfc-backend/src/main/java/com/etotem/cfc/config/DatabaseInitializer.java

@@ -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, " +