summaryrefslogtreecommitdiff
path: root/schist_backend/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_backend/src/main.rs')
-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;