Skip to content

Commit eaf7fd9

Browse files
committed
add to vara migrations
1 parent 74a7cfe commit eaf7fd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/vara/src/migrations.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ pub type Migrations = (
2727
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
2828
// move allocations to a separate storage item and remove pages_with_data field from program
2929
pallet_gear_program::migrations::allocations::MigrateAllocations<Runtime>,
30+
// move voucher permissions to a separate struct
31+
pallet_gear_voucher::migrations::voucher_permissions::VoucherPermissionsMigration<Runtime>,
3032
);
3133

3234
mod staking {

0 commit comments

Comments
 (0)