Skip to content

feat: adding migration #477

feat: adding migration

feat: adding migration #477

Triggered via push January 13, 2025 14:21
Status Failure
Total duration 2m 8s
Billable time 2m
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
cannot find type `RocksDbWeight` in this scope: runtime/src/lib.rs#L85
error[E0412]: cannot find type `RocksDbWeight` in this scope --> runtime/src/lib.rs:85:76 | 85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,); | ^^^^^^^^^^^^^ not found in this scope | help: consider importing this struct | 7 + use crate::weights::constants::RocksDbWeight; |
cannot find type `RocksDbWeight` in this scope: runtime/src/lib.rs#L85
error[E0412]: cannot find type `RocksDbWeight` in this scope --> runtime/src/lib.rs:85:76 | 85 | type Migrations = (pallet_governance::migrations::next::Migration<Runtime, RocksDbWeight>,); | ^^^^^^^^^^^^^ not found in this scope | help: consider importing this struct | 7 + use crate::weights::constants::RocksDbWeight; |
check
Clippy had exited with the 101 exit code