Skip to content

Commit

Permalink
Fix phonebook enum (#388)
Browse files Browse the repository at this point in the history
### Description

Please explain the changes you made here.

### Checklist

- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the documentation, if necessary

---------

Co-authored-by: Thonyk <[email protected]>
Co-authored-by: Rotheem <[email protected]>
  • Loading branch information
3 people authored Mar 29, 2024
1 parent 8f3ed7a commit 5aeb41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/versions/6-phonebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ def downgrade() -> None:
table_name="phonebook_association",
)
op.drop_table("phonebook_association")
sa.Enum(Kinds).drop(op.get_bind())
# ### end Alembic commands ###

0 comments on commit 5aeb41a

Please sign in to comment.