pub const DEFAULT_POST_UPGRADE_METHOD_NAME: &str = "migrate";
Expand description

Default value for the name of the function that will be called after upgrade (usually a migrate function).