title: Fix para-scheduler migration doc: - audience: Core Dev description: | Changing the `MigrateToV1` migration in the `ParachainScheduler` pallet to be truly idempotent. It is achieved by wrapping it in a `VersionedMigration`. migrations: db: [] runtime: - pallet: "ParachainScheduler" description: Non-critical fixup for `MigrateToV1`. crates: - name: "polkadot-runtime-parachains" semver: patch host_functions: []