Skip to content

Fix for alembic autogenaration of migration `UUID` columns

Pre-release
Pre-release
Compare
Choose a tag to compare
@collerek collerek released this 30 Nov 07:10
· 1122 commits to master since this release
  • Fix for alembic autogenaration of migration UUID columns. It should just produce sqlalchemy CHAR(32) or CHAR(36)
  • In order for this to work you have to set user_module_prefix='sa.' (must be equal to sqlalchemy_module_prefix option (default 'sa.'))