aboutsummaryrefslogtreecommitdiff
path: root/src/apps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps.rs')
-rw-r--r--src/apps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps.rs b/src/apps.rs
index 785ce8c..f72a883 100644
--- a/src/apps.rs
+++ b/src/apps.rs
@@ -1,5 +1,6 @@
use crate::db::migration::Migration;
pub struct AppConfig {
+ pub name: &'static str,
pub migrations: &'static [Migration],
}