update user table

This commit is contained in:
2026-05-17 22:35:05 +08:00
parent 8940876694
commit a4c30b0557
3 changed files with 10 additions and 1 deletions
+5
View File
@@ -13,4 +13,9 @@ preset:
- "app/models/base.py"
- "app/models/user.py"
- "app/utils/s3.py"
- "app/auth.py"
db_model:
- "app/models/*"
- "app/db.py"
- "app/auth.py"