Skip to content

Commit

Permalink
feat: adding migration to types
Browse files Browse the repository at this point in the history
  • Loading branch information
functor-flow committed Feb 3, 2025
1 parent 1cc488f commit 2e21a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type Migrations = (
pallet_governance::migrations::v2::Migration<Runtime, RocksDbWeight>,
pallet_emission0::migrations::v1::Migration<Runtime, RocksDbWeight>,
pallet_torus0::migrations::v1::Migration<Runtime, RocksDbWeight>,
pallet_torus0::migrations::v2::Migration<Runtime, RocksDbWeight>,
);

/// Executive: handles dispatch to the various modules.
Expand Down

0 comments on commit 2e21a9b

Please sign in to comment.