Merge pull request #526 from jojopirker/bugfixForFrontendType

bugfix in alembic downgrade (frontend_type not frontend_id)
This commit is contained in:
Yannic Kilcher
2023-01-08 15:49:58 +01:00
committed by GitHub
@@ -20,4 +20,4 @@ def upgrade() -> None:
def downgrade() -> None:
op.drop_column("api_client", "frontend_id")
op.drop_column("api_client", "frontend_type")