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