fix: revert CURRENT_SCHEMA_VERSION to 1

This commit is contained in:
Ivan Kalashnikov 2026-01-19 00:03:33 +07:00
parent 7920067fa4
commit 325e24f461

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 = 2;
export const CURRENT_SCHEMA_VERSION = 1;
/**
* Minimum schema version that this codebase can still handle.