pub enum AvailableMigrations { } impl AvailableMigrations { pub fn to_list() -> Vec<&'static str> { vec!() } }