mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
update migration to get onlinefix repacks from hydra.db
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user