mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-29 16:30:24 +08:00
Merge pull request #526 from jojopirker/bugfixForFrontendType
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