From 58d2f63f4577bc701b6bd655064cefebb65118b4 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Wed, 16 Jun 2021 14:22:50 -0600 Subject: actually run migrations --- src/apps.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apps.rs') 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], } -- cgit v1.2.3