yumoqing 395ac8618a fix(rbac): 固化 users 表结构修正 migration
pipeline 库 users 表早期手工建错(last_login_fail NOT NULL),
导致成功登录 SET last_login_fail=NULL 被转成时间戳。
新增 migration/fix_users_schema.sql 对齐 models 定义:
- created_at timestamp→date
- last_login/last_login_fail NOT NULL→NULL DEFAULT NULL
- login_fail_count int→smallint NOT NULL
- 幂等补 sync_from 列
2026-08-16 19:04:32 +08:00
2025-07-16 14:19:12 +08:00
2025-07-16 14:19:12 +08:00
2025-07-16 14:19:12 +08:00
2025-07-16 14:19:12 +08:00
2026-04-16 14:36:29 +08:00

rbac

Description
No description provided
Readme 1.1 MiB
Languages
Python 88.9%
CSS 10.5%
Shell 0.6%