aboutsummaryrefslogtreecommitdiff
path: root/src/apps.rs
blob: 785ce8c8e236e8f0f9944aa7bc421ea1fbfc1415 (plain)
1
2
3
4
5
use crate::db::migration::Migration;

pub struct AppConfig {
    pub migrations: &'static [Migration],
}