Match column type to db schema
No functional change
This commit is contained in:
@ -67,7 +67,8 @@ def run_migrations_online():
|
||||
context.configure(
|
||||
connection=connection,
|
||||
target_metadata=target_metadata,
|
||||
**current_app.extensions["migrate"].configure_args
|
||||
**current_app.extensions["migrate"].configure_args,
|
||||
compare_type=True
|
||||
)
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user