mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-12 00:40:07 +08:00
bugfix in alembic downgrade (frontend_type not frontend_id)
This commit is contained in:
+1
-1
@@ -20,4 +20,4 @@ def upgrade() -> None:
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
op.drop_column("api_client", "frontend_id")
|
||||
op.drop_column("api_client", "frontend_type")
|
||||
|
||||
Reference in New Issue
Block a user