[][src]Type Definition dbmigrate_lib::Migrations

type Migrations = BTreeMap<i32, Migration>;

Simple way to hold migrations indexed by their number