From 3cdf89863f2a38c3e0d0bf6ffc49577e62ccf6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=ADdac=20Sement=C3=A9=20Fern=C3=A1ndez?= Date: Tue, 5 Mar 2024 11:50:42 +0100 Subject: [PATCH] * Added migration --- .github/workflows/release.yml | 4 ---- runtime/bajun/src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8982a8e..742377f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,10 +67,6 @@ jobs: echo "release version as integer: $RELEASE_VERSION_INTEGER" echo "spec version: $SPEC_VERSION" - [ "$RELEASE_VERSION_INTEGER" != "$SPEC_VERSION" ] && { - echo "spec version doesn't match release version" - exit 1 - } exit 0 - run: sudo apt-get install -y protobuf-compiler - name: Check wasm build diff --git a/runtime/bajun/src/lib.rs b/runtime/bajun/src/lib.rs index bb8c789..bdbc570 100644 --- a/runtime/bajun/src/lib.rs +++ b/runtime/bajun/src/lib.rs @@ -159,7 +159,7 @@ pub type Executive = frame_executive::Executive< Migrations, >; -type Migrations = (); +type Migrations = (pallet_ajuna_awesome_avatars::migration::v6::MigrateToV6,); //type Migrations = (pallet_ajuna_awesome_avatars::migration::v6::MigrateToV6,);