Skip to content

Commit

Permalink
* Added migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DidacSF committed Apr 4, 2024
1 parent 83e64da commit 3cdf898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub type Executive = frame_executive::Executive<
Migrations,
>;

type Migrations = ();
type Migrations = (pallet_ajuna_awesome_avatars::migration::v6::MigrateToV6<Runtime>,);

//type Migrations = (pallet_ajuna_awesome_avatars::migration::v6::MigrateToV6<Runtime>,);

Expand Down

0 comments on commit 3cdf898

Please sign in to comment.