We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b809497 commit 2099c33Copy full SHA for 2099c33
backend/alembic/script.py.mako
@@ -7,6 +7,7 @@ Create Date: ${create_date}
7
"""
8
from alembic import op
9
import sqlalchemy as sa
10
+import backend.common.model
11
${imports if imports else ""}
12
13
# revision identifiers, used by Alembic.
0 commit comments