Skip to content

Commit

Permalink
Mention @apopiak Migrations repo on upgrade doc (polkadot-developers#775
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Dan Forbes authored Nov 10, 2020
1 parent 1ff82e8 commit db89985
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/knowledgebase/runtime/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ FRAME storage migrations will run in this order:

1. `frame_system::on_runtime_upgrade`
1. Custom `on_runtime_upgrade`, as described above
1. All `on_runtime_upgrade` functions defined in the pallets included in the runtime, in the order described above
1. All `on_runtime_upgrade` functions defined in the pallets included in the runtime, in the order
described above

### Testing Migrations

Expand All @@ -85,3 +86,6 @@ and storage migrations.
## Learn More

- Read more about runtime upgrades in the [Executor documentation](../advanced/executor).
- Parity Runtime Engineer Alexander Popiak maintains a
[Substrate Migrations](https://github.com/apopiak/substrate-migrations) repository with lots of
helpful information about Substrate runtime upgrades and storage migrations.

0 comments on commit db89985

Please sign in to comment.