URL: Explicitly set upper-case table name
Looks like recent SQLAlchemy/Alembic chose to lower-case it by default. Try not to break existing schemas.
This commit is contained in:
Reference in New Issue
Block a user
Looks like recent SQLAlchemy/Alembic chose to lower-case it by default. Try not to break existing schemas.