refactor: don't run embedded migrations upon start
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
d180b8998d
commit
5de1b68864
@ -40,7 +40,7 @@ fn main() {
|
||||
let drain = slog_async::Async::new(drain).build().fuse();
|
||||
let logger = slog::Logger::root(drain, o!());
|
||||
|
||||
run_migrations(&logger);
|
||||
// run_migrations(&logger);
|
||||
|
||||
let mut rocket = rocket::ignite();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user