diff --git a/backend/alembic/versions/f13db29f3101_add_composite_index_for_last_modified_.py b/backend/alembic/versions/f13db29f3101_add_composite_index_for_last_modified_.py index b00363672d1..0011004b6c0 100644 --- a/backend/alembic/versions/f13db29f3101_add_composite_index_for_last_modified_.py +++ b/backend/alembic/versions/f13db29f3101_add_composite_index_for_last_modified_.py @@ -9,7 +9,7 @@ # revision identifiers, used by Alembic. revision = "f13db29f3101" -down_revision = "b388730a2899" +down_revision = "acaab4ef4507" branch_labels: str | None = None depends_on: str | None = None