-
-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
autogenerate - renderingawaiting infowaiting for the submitter to give more informationwaiting for the submitter to give more informationbugSomething isn't workingSomething isn't workingpostgresql
Milestone
Description
Migrated issue, originally created by Paul van der Linden
When I auto generate a migration for a model with a jsonb field i get the following error:
sa.Column('data', postgresql.JSONB(astext_type=Text()), nullable=True),
NameError: name 'Text' is not defined
This is with version alembic 0.8.10 and sqlalchemy 1.1.5, it used to work, and would not add the astext_type=Text() (in version alembic 0.8.9 and sqlalchmey 1.0.15).
Metadata
Metadata
Assignees
Labels
autogenerate - renderingawaiting infowaiting for the submitter to give more informationwaiting for the submitter to give more informationbugSomething isn't workingSomething isn't workingpostgresql