method
Store.Plan
func (backend *Store) Plan(
ctx context.Context,
manifest schema.Manifest,
) ([]Statement, error)Inspect the live database and plan only a safe development synchronization.
Source adapters/postgres/migrate.go:92
This is for ridu dev. Production changes use reviewed migration artifacts.