Type Alias shibuya_runtime::Migrations

source ·
pub type Migrations = (Unreleased, Permanent);
Expand description

All migrations that will run on the next runtime upgrade.

NOTE: THE ORDER IS IMPORTANT.