Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphin20th committed Jan 29, 2025
1 parent f832100 commit 448b427
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def upgrade() -> None:
sa.ForeignKeyConstraint(["user_id"], ["users.id"], ondelete="CASCADE"),
sa.PrimaryKeyConstraint("id"),
sa.UniqueConstraint("user_id"),
sa.UniqueConstraint("user_id"),
)
# ### end Alembic commands ###

Expand Down

0 comments on commit 448b427

Please sign in to comment.