Files
soul-yongping/.cursor/agent/后端工程师/evolution/2026-03-11.md
Alex-larget 3d8873fe24 1
2026-03-11 14:49:45 +08:00

9 lines
641 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 后端工程师 经验记录 - 2026-03-11
## 数据库迁移users 仅 VIP 身份/状态chapters 补 hot_score
- users 表:迁移脚本只添加 is_vip、vip_expire_date、vip_activated_at、vip_sort、vip_role不再添加 vip_name、vip_avatar、vip_project、vip_contact、vip_bio小程序已改为直接读用户资料
- chapters 表SQL 导出仅有 hot_score_overrideModel 使用 hot_score迁移脚本增加 hot_score 列。
- 脚本:`soul-api/scripts/sync-users-vip-and-schema.sql`;说明:`soul-api/scripts/README-schema-sync.md`
- 详见团队共享:`agent/团队/evolution/2026-03-11.md`