use crate::db::migration::Migration; mod m_0001_initial; pub const ALL: &[Migration] = &[m_0001_initial::MIGRATION];