mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: add todo comment to bump CURRENT_SCHEMA_VERSION for upcoming migration
This commit is contained in:
parent
773ca2514f
commit
5002bae1c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue