Skip to content

Commit

Permalink
alembic_postgresql_enum for automatic enum type recognize
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkrzem committed Oct 9, 2024
1 parent ef9e9d5 commit 8556a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ urllib3==2.2.3
uvicorn==0.30.6
wrapt==1.16.0
yara-python==4.5.1
yaramod==3.23.0
yaramod==3.23.0
alembic_postgresql_enum
1 change: 1 addition & 0 deletions src/migrations/env.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import alembic_postgresql_enum # noqa: ignore=F401
from sqlalchemy import create_engine
from alembic import context
from sqlmodel import SQLModel
Expand Down

0 comments on commit 8556a75

Please sign in to comment.