Skip to content

Commit 69f1b48

Browse files
committed
fix missing import
1 parent 813fb87 commit 69f1b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spiffworkflow-backend/migrations/versions/8b258f77eafe_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from alembic import op
1010
import sqlalchemy as sa
1111
from sqlalchemy.dialects import mysql
12+
from sqlalchemy import text
1213

1314
# revision identifiers, used by Alembic.
1415
revision = "8b258f77eafe"

0 commit comments

Comments
 (0)