mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
Fix Migration Conflict (#449)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Remove deletion_attempt table
|
||||
|
||||
Revision ID: d5645c915d0e
|
||||
Revises: 5809c0787398
|
||||
Revises: 8e26726b7683
|
||||
Create Date: 2023-09-14 15:04:14.444909
|
||||
|
||||
"""
|
||||
@@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "d5645c915d0e"
|
||||
down_revision = "5809c0787398"
|
||||
down_revision = "8e26726b7683"
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
Reference in New Issue
Block a user