Skip to content

planMigration

planMigration(_props): MigrationOp[]

Defined in: packages/core/src/schema/migrate.ts:89

Plans backfill operations from a schema diff. Stub — always returns an empty array; migration planning is not yet implemented.

The schema diff and resolved config to plan backfills from. Currently unused; placeholder for the not-yet-implemented planning logic.

VexConfig

SchemaDiff

MigrationOp[]

An empty list of MigrationOps until planning is implemented.