From 0d475c71edbc9b10791a7176e7a1c95f0e96a5de Mon Sep 17 00:00:00 2001 From: chihlasm Date: Thu, 9 Apr 2026 06:04:10 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Phase=201=20down=5Frevision=20?= =?UTF-8?q?=E2=80=94=20chain=20from=20064=20not=20b8d2f4a6c091?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b8d2f4a6c091 was NOT the production head. The true head was 064 (064_normalize_script_builder_messages) via the chain: b8d2f4a6c091 → f0aad74ea51b → 062 → 063 → 064 This caused 'multiple head revisions' on Railway deployment. Co-Authored-By: Claude Sonnet 4.6 --- .../versions/cc214c63aa30_add_account_id_core_sessions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/alembic/versions/cc214c63aa30_add_account_id_core_sessions.py b/backend/alembic/versions/cc214c63aa30_add_account_id_core_sessions.py index c0e5f47c..b25b18cd 100644 --- a/backend/alembic/versions/cc214c63aa30_add_account_id_core_sessions.py +++ b/backend/alembic/versions/cc214c63aa30_add_account_id_core_sessions.py @@ -9,7 +9,7 @@ from alembic import op import sqlalchemy as sa revision: str = 'cc214c63aa30' -down_revision: Union[str, None] = 'b8d2f4a6c091' +down_revision: Union[str, None] = '064' branch_labels: Union[str, Sequence[str], None] = None depends_on: Union[str, Sequence[str], None] = None