mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
update migration to get onlinefix repacks from hydra.db
This commit is contained in:
parent
d93e580d0f
commit
a8332c858e
2 changed files with 70 additions and 6 deletions
|
@ -17,9 +17,10 @@ export const createDataSource = (options: Partial<SqliteConnectionOptions>) =>
|
|||
database: databasePath,
|
||||
entities: [Game, Repack, UserPreferences, GameShopCache, SteamGame],
|
||||
synchronize: true,
|
||||
migrations: migrations,
|
||||
migrationsRun: true,
|
||||
...options,
|
||||
});
|
||||
|
||||
export const dataSource = createDataSource({});
|
||||
export const dataSource = createDataSource({
|
||||
migrations: migrations,
|
||||
migrationsRun: true,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue