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; /**