summaryrefslogtreecommitdiff
path: root/schist_backend
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-08-13 07:50:21 +0000
committerjoeac <me@joeac.net>2025-08-13 07:50:21 +0000
commitee3cd780e21260257b401c3f5cbababd9e27a15a (patch)
treeb0571649a1a1a7644dbc50183cc4c3a29966a963 /schist_backend
parent49342e8b553d5c92f1c043b3b0ce18bdf1c2cd44 (diff)
task-073
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> Reviewed-on: https://git.joeac.net/joeac/schist/pulls/1 Co-authored-by: Joe Carstairs <me@joeac.net> Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_backend')
-rw-r--r--schist_backend/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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;