Skip to content

Commit fb5c722

Browse files
committed
Fix alembic migration file missing import
1 parent b809497 commit fb5c722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/alembic/script.py.mako

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Create Date: ${create_date}
77
"""
88
from alembic import op
99
import sqlalchemy as sa
10+
import backend.common.model
1011
${imports if imports else ""}
1112

1213
# revision identifiers, used by Alembic.

0 commit comments

Comments
 (0)