pendingMigrations
pendingMigrations(
migrations,currentVersion): readonlySqliteMigration[]
Defined in: packages/core/src/store/migrations.ts:146
Filter to migrations that still need to run given the current applied version.
Parameters
Section titled “Parameters”migrations
Section titled “migrations”readonly SqliteMigration[]
currentVersion
Section titled “currentVersion”number
Returns
Section titled “Returns”readonly SqliteMigration[]