From ee3cd780e21260257b401c3f5cbababd9e27a15a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 13 Aug 2025 07:50:21 +0000 Subject: task-073 Co-authored-by: Joe Carstairs Reviewed-on: https://git.joeac.net/joeac/schist/pulls/1 Co-authored-by: Joe Carstairs Co-committed-by: Joe Carstairs --- schist_backend/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schist_backend/src') diff --git a/schist_backend/src/main.rs b/schist_backend/src/main.rs index 8395681..83da9b6 100644 --- a/schist_backend/src/main.rs +++ b/schist_backend/src/main.rs @@ -1,9 +1,9 @@ -use schist_schema::migrations::MIGRATIONS; use diesel::SqliteConnection; use diesel_migrations::MigrationHarness; use rocket::fairing::AdHoc; use rocket::http::ContentType; use rocket::{launch, routes, Build, Rocket}; +use schist_schema::migrations::MIGRATIONS; use crate::databases::UserDataDb; -- cgit v1.2.3