Skip to content

Commit

Permalink
Fix postgres service github actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii committed Apr 13, 2024
1 parent 616b893 commit 8703803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ class User(Base):
is_active: Mapped[bool] = mapped_column(default=False)
first_name: Mapped[str] = mapped_column(nullable=True)
last_name: Mapped[str] = mapped_column(nullable=True)
avatar: Mapped[str] = mapped_column(nullable=True)

0 comments on commit 8703803

Please sign in to comment.