mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add migration
This commit is contained in:
parent
f252abc7a7
commit
85cb2a4cc8
2 changed files with 53 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
import { FixRepackUploadDate1715900413313 } from "./1715900413313-fix_repack_uploadDate";
|
||||
import { AlterLastTimePlayedToDatime1716776027208 } from "./1716776027208-alter_lastTimePlayed_to_datime";
|
||||
|
||||
export default [FixRepackUploadDate1715900413313];
|
||||
export default [
|
||||
FixRepackUploadDate1715900413313,
|
||||
AlterLastTimePlayedToDatime1716776027208,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue