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