move migrations out of globals service

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-01 22:16:14 +00:00
parent 1f1e2d547c
commit ba1c134689
5 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,4 @@
mod data;
pub(super) mod migrations;
use std::{
collections::HashMap,