Skip to content

Commit

Permalink
feat: 应用数据库表结构变动
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Jan 31, 2025
1 parent a19ffa5 commit f9dd90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/models/jianshu/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class User(Table, frozen=True):
slug: NonEmptyStr
status: StatusEnum
update_time: datetime
id: PositiveInt | None
name: NonEmptyStr | None
id: PositiveInt
name: NonEmptyStr
history_names: list[NonEmptyStr]
avatar_url: NonEmptyStr | None

Expand Down

0 comments on commit f9dd90a

Please sign in to comment.