use tosin::db::migration::Migration; mod m_0001_auto; pub const ALL: &[Migration] = &[m_0001_auto::MIGRATION];