Skip to content

Commit

Permalink
feat: remove unnecessary migrations (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla authored Jan 16, 2025
1 parent 8d7f6e1 commit ddc1dba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions runtime/laos/src/migrations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,4 @@
// You should have received a copy of the GNU General Public License
// along with LAOS. If not, see <http://www.gnu.org/licenses/>.

use crate::{ParachainSystem, Runtime};

pub type Migrations = (
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,
);

impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime {
type ChannelList = ParachainSystem;
}
pub type Migrations = ();

0 comments on commit ddc1dba

Please sign in to comment.