diff --git a/packages/shared-schema/src/schema-version.ts b/packages/shared-schema/src/schema-version.ts index 5d3f24c14..92997bb47 100644 --- a/packages/shared-schema/src/schema-version.ts +++ b/packages/shared-schema/src/schema-version.ts @@ -2,8 +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; +export const CURRENT_SCHEMA_VERSION = 2; /** * Minimum schema version that this codebase can still handle.