move migrations out of globals service
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1f1e2d547c
commit
ba1c134689
5 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
#![allow(refining_impl_trait)]
|
||||
|
||||
mod manager;
|
||||
mod migrations;
|
||||
mod service;
|
||||
pub mod services;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue