1 2 3 4 5
use crate::db::migration::Migration; mod m_0001_initial; pub const ALL: &[Migration] = &[m_0001_initial::MIGRATION];