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.
Parameters
Section titled “Parameters”_props
Section titled “_props”The schema diff and resolved config to plan backfills from. Currently unused; placeholder for the not-yet-implemented planning logic.
config
Section titled “config”Returns
Section titled “Returns”An empty list of MigrationOps until planning is implemented.