use crate::db::migration::Migration; pub struct AppConfig { pub migrations: &'static [Migration], }