From c299c40eef0dab70ff4195f079dfbf02cfeca441 Mon Sep 17 00:00:00 2001
From: Shuchang Zheng <wintonzheng0325@gmail.com>
Date: Tue, 17 Dec 2024 21:39:26 -0800
Subject: [PATCH] add observer_cruise_index to observer_thoughts table (#1413)

---
 ...81d59b4aed5_add_observer_cruise_index_to_the_.py} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename alembic/versions/{2024_12_17_0651-cf45479f484c_add_index_to_observerthoughtmodel_db_.py => 2024_12_18_0537-f81d59b4aed5_add_observer_cruise_index_to_the_.py} (74%)

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