mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-30 17:50:27 +02:00
Delete conflicting records from IndexAttempt on upgrade/downgrade (#83)
This commit is contained in:
parent
bae83bc101
commit
8c9b3079aa
@ -18,6 +18,7 @@ depends_on = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
op.execute("TRUNCATE TABLE index_attempt")
|
||||
op.create_table(
|
||||
"connector",
|
||||
sa.Column("id", sa.Integer(), nullable=False),
|
||||
|
Loading…
x
Reference in New Issue
Block a user