1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-15 17:26:58 +00:00

split media related migrations into service dir

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-08-27 01:55:09 +00:00
parent 73af171830
commit 47f9c69eff
3 changed files with 164 additions and 154 deletions

View file

@ -1,4 +1,5 @@
mod data;
pub(super) mod migrations;
mod preview;
mod remote;
mod tests;