From 5002bae1c0df36d024f1e7d7978f7dc46bcf595e Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Mon, 19 Jan 2026 01:09:00 +0700 Subject: [PATCH] fix: add todo comment to bump CURRENT_SCHEMA_VERSION for upcoming migration --- packages/shared-schema/src/schema-version.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shared-schema/src/schema-version.ts b/packages/shared-schema/src/schema-version.ts index f82922b81..5d3f24c14 100644 --- a/packages/shared-schema/src/schema-version.ts +++ b/packages/shared-schema/src/schema-version.ts @@ -2,6 +2,7 @@ * Current schema version for all operations and state snapshots. * Increment this BEFORE adding a new migration. */ +// @todo - v17.x.x - bump to 2 export const CURRENT_SCHEMA_VERSION = 1; /**