bugfix in alembic downgrade (frontend_type not frontend_id)

This commit is contained in:
jojopirker
2023-01-08 10:59:12 +01:00
parent 710898903d
commit 9194e15b80
@@ -20,4 +20,4 @@ def upgrade() -> None:
def downgrade() -> None:
op.drop_column("api_client", "frontend_id")
op.drop_column("api_client", "frontend_type")