Add genres, recreate migrations

This commit is contained in:
2021-11-18 19:12:16 +03:00
parent 1b811f4c11
commit 2a648ba393
7 changed files with 153 additions and 142 deletions

View File

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