From 30d5e4987cf6871a43f48d9a9e67523092539eef Mon Sep 17 00:00:00 2001 From: yungle246 Date: Tue, 23 Jun 2026 18:32:22 +0900 Subject: [PATCH] fix(migration): re-point dataset_id migration onto new head c8f4a6b2d3e1 Merging main again brought new upstream migrations, making our migration a second head. Chain it after the current head (c8f4a6b2d3e1) to restore a single Alembic head. --- ...26_06_17_0900-e4f8a2c61d35_add_dataset_id_to_api_tokens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/migrations/versions/2026_06_17_0900-e4f8a2c61d35_add_dataset_id_to_api_tokens.py b/api/migrations/versions/2026_06_17_0900-e4f8a2c61d35_add_dataset_id_to_api_tokens.py index aaa2f902c46..161961da4aa 100644 --- a/api/migrations/versions/2026_06_17_0900-e4f8a2c61d35_add_dataset_id_to_api_tokens.py +++ b/api/migrations/versions/2026_06_17_0900-e4f8a2c61d35_add_dataset_id_to_api_tokens.py @@ -1,7 +1,7 @@ """add dataset_id to api_tokens Revision ID: e4f8a2c61d35 -Revises: 4f7b2c8d9a10 +Revises: c8f4a6b2d3e1 Create Date: 2026-06-17 09:00:00.000000 Reintroduces the nullable `dataset_id` column on `api_tokens` (it was dropped in @@ -23,7 +23,7 @@ import models as models # revision identifiers, used by Alembic. revision = "e4f8a2c61d35" -down_revision = "4f7b2c8d9a10" +down_revision = "c8f4a6b2d3e1" branch_labels = None depends_on = None