pub fn pre_migration<T: Config, N: AsRef<str>>(new: N)
Some checks prior to migration. This can be linked to frame_support::traits::OnRuntimeUpgrade::pre_upgrade for further testing.
frame_support::traits::OnRuntimeUpgrade::pre_upgrade
Panics if anything goes wrong.