mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: create UserSubscription
This commit is contained in:
parent
8ff925fbb9
commit
fe681c3af9
15 changed files with 147 additions and 17 deletions
|
@ -8,6 +8,7 @@ import {
|
|||
UserPreferences,
|
||||
UserAuth,
|
||||
GameAchievement,
|
||||
UserSubscription,
|
||||
} from "@main/entity";
|
||||
|
||||
import { databasePath } from "./constants";
|
||||
|
@ -17,11 +18,12 @@ export const dataSource = new DataSource({
|
|||
entities: [
|
||||
Game,
|
||||
Repack,
|
||||
UserAuth,
|
||||
UserPreferences,
|
||||
UserSubscription,
|
||||
GameShopCache,
|
||||
DownloadSource,
|
||||
DownloadQueue,
|
||||
UserAuth,
|
||||
GameAchievement,
|
||||
],
|
||||
synchronize: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue