fix: update CURRENT_SCHEMA_VERSION to 17 for new migrations

This commit is contained in:
Ivan Kalashnikov 2026-01-18 21:08:31 +07:00
parent b565173664
commit 92d7d4aafe

View file

@ -2,7 +2,7 @@
* Current schema version for all operations and state snapshots.
* Increment this BEFORE adding a new migration.
*/
export const CURRENT_SCHEMA_VERSION = 1;
export const CURRENT_SCHEMA_VERSION = 17;
/**
* Minimum schema version that this codebase can still handle.