fix: update CURRENT_SCHEMA_VERSION to 2 for upcoming migration

This commit is contained in:
Ivan Kalashnikov 2026-01-19 13:16:48 +07:00
parent 5002bae1c0
commit b3da4e4850

View file

@ -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.