Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit db89985

Browse files
author
Dan Forbes
authored
Mention @apopiak Migrations repo on upgrade doc (#775)
1 parent 1ff82e8 commit db89985

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/knowledgebase/runtime/upgrades.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ FRAME storage migrations will run in this order:
7070

7171
1. `frame_system::on_runtime_upgrade`
7272
1. Custom `on_runtime_upgrade`, as described above
73-
1. All `on_runtime_upgrade` functions defined in the pallets included in the runtime, in the order described above
73+
1. All `on_runtime_upgrade` functions defined in the pallets included in the runtime, in the order
74+
described above
7475

7576
### Testing Migrations
7677

@@ -85,3 +86,6 @@ and storage migrations.
8586
## Learn More
8687

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

0 commit comments

Comments
 (0)