-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
If my Model has a Pickle column, then when I run alembic upgrade will complain an error, I found the versions file will be:
sa.Column('content', sa.PickleType(pickler=<module 'cPickle' (built-in)>), nullable=True)
So I think it's a bug. I can change above as:
sa.Column('content', sa.PickleType(), nullable=True)
Then the error is fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels