-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17bf92a
commit ca63d0b
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Add migrations prelude to frame umbrella crate | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Adds the `migrations_prelude` to the frame umbrella crate. This prelude can now be imported | ||
into your pallet's migration.rs file, providing you the necessary types. This update also removes the | ||
`try_runtime` module from the umbrella crate. You can now find those types under `migrations_prelude` | ||
or `testing_prelude`. | ||
|
||
crates: | ||
- name: pallet-multisig | ||
bump: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters