blacked, isorted, flake8ed and moved to arq/redis from celery/rabbitmq

This commit is contained in:
2020-10-24 11:53:12 +05:30
parent 1d6baa9d1d
commit 00fe2410b7
67 changed files with 295 additions and 712 deletions

View File

@ -61,9 +61,7 @@ def run_migrations_online():
)
with connectable.connect() as connection:
context.configure(
connection=connection, target_metadata=target_metadata, compare_type=True
)
context.configure(connection=connection, target_metadata=target_metadata, compare_type=True)
with context.begin_transaction():
context.run_migrations()