We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a7cfe commit eaf7fd9Copy full SHA for eaf7fd9
runtime/vara/src/migrations.rs
@@ -27,6 +27,8 @@ pub type Migrations = (
27
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
28
// move allocations to a separate storage item and remove pages_with_data field from program
29
pallet_gear_program::migrations::allocations::MigrateAllocations<Runtime>,
30
+ // move voucher permissions to a separate struct
31
+ pallet_gear_voucher::migrations::voucher_permissions::VoucherPermissionsMigration<Runtime>,
32
);
33
34
mod staking {
0 commit comments