- 修复 migration 失败问题:user_accounts 表只有 registered_at 和 updated_at,没有 created_at - 保持 user_id = 1 用于系统种子用户(GENESIS 推荐码) - 普通用户从 user_id = 10 开始 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 20241204000000_init | ||
| 20251215000000_add_user_totp | ||
| 20251217000000_add_outbox_events | ||
| 20251218000000_add_password_hash | ||
| 20251219130000_add_admin_accounts | ||
| 20251220000000_set_user_id_sequence_start | ||
| 20251220070000_add_system_seed_user | ||