Skip to main content

MigrationDown

Type Alias MigrationDown 

Source
pub type MigrationDown = fn(&MigrationContext) -> Result<()>;
Expand description

A single down migration step (for rollback).