fix import teal in migration
This commit is contained in:
parent
dcae036271
commit
ce7693dd9b
|
@ -7,10 +7,11 @@ Create Date: 2023-03-31 10:46:02.463007
|
||||||
"""
|
"""
|
||||||
import citext
|
import citext
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
import teal
|
|
||||||
from alembic import context, op
|
from alembic import context, op
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
|
from ereuse_devicehub import teal
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'ac476b60d952'
|
revision = 'ac476b60d952'
|
||||||
down_revision = '4f33137586dd'
|
down_revision = '4f33137586dd'
|
||||||
|
|
Reference in New Issue