From c4323573d241deb20c3d838a51dedb155a2ebea7 Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Mon, 13 Jan 2025 13:23:40 -0800 Subject: [PATCH] fix alembic --- .../0f7ff6d75b57_add_index_to_index_attempt_time_created.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/alembic/versions/0f7ff6d75b57_add_index_to_index_attempt_time_created.py b/backend/alembic/versions/0f7ff6d75b57_add_index_to_index_attempt_time_created.py index 23db56bd6..e23a6186e 100644 --- a/backend/alembic/versions/0f7ff6d75b57_add_index_to_index_attempt_time_created.py +++ b/backend/alembic/versions/0f7ff6d75b57_add_index_to_index_attempt_time_created.py @@ -9,7 +9,7 @@ from alembic import op # revision identifiers, used by Alembic. revision = "0f7ff6d75b57" -down_revision = "369644546676" +down_revision = "fec3db967bf7" branch_labels: None = None depends_on: None = None