feat: write migrations

This commit is contained in:
Zamitto 2024-08-22 23:50:35 -03:00
parent 52069f7036
commit 89399a6da4
12 changed files with 358 additions and 92 deletions

View file

@ -1,2 +1,2 @@
export * from "./1724081695967-Hydra_2_0_3";
export * from "./1724081984535-DowloadsRefactor";
export * as hydra from "./001_Hydra_2_0_3";
export * as downloadRefactor from "./002_RepackUris";