diff --git a/alembic/versions/2024_12_17_0651-cf45479f484c_add_index_to_observerthoughtmodel_db_.py b/alembic/versions/2024_12_18_0537-f81d59b4aed5_add_observer_cruise_index_to_the_.py similarity index 74% rename from alembic/versions/2024_12_17_0651-cf45479f484c_add_index_to_observerthoughtmodel_db_.py rename to alembic/versions/2024_12_18_0537-f81d59b4aed5_add_observer_cruise_index_to_the_.py index 7ac991551..ba1dc03e7 100644 --- a/alembic/versions/2024_12_17_0651-cf45479f484c_add_index_to_observerthoughtmodel_db_.py +++ b/alembic/versions/2024_12_18_0537-f81d59b4aed5_add_observer_cruise_index_to_the_.py @@ -1,8 +1,8 @@ -"""add index to ObserverThoughtModel db table +"""add observer_cruise_index to the observer_thoughts table -Revision ID: cf45479f484c -Revises: 411dd89f3df9 -Create Date: 2024-12-17 06:51:04.086890+00:00 +Revision ID: f81d59b4aed5 +Revises: 282b0548d443 +Create Date: 2024-12-18 05:37:23.366137+00:00 """ @@ -11,8 +11,8 @@ from alembic import op # revision identifiers, used by Alembic. -revision: str = "cf45479f484c" -down_revision: Union[str, None] = "411dd89f3df9" +revision: str = "f81d59b4aed5" +down_revision: Union[str, None] = "282b0548d443" branch_labels: Union[str, Sequence[str], None] = None depends_on: Union[str, Sequence[str], None] = None