mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: set typeorm synchrozine to false
This commit is contained in:
parent
cc9d254a32
commit
52069f7036
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const dataSource = new DataSource({
|
||||||
DownloadQueue,
|
DownloadQueue,
|
||||||
UserAuth,
|
UserAuth,
|
||||||
],
|
],
|
||||||
synchronize: true,
|
synchronize: false,
|
||||||
database: databasePath,
|
database: databasePath,
|
||||||
migrations,
|
migrations,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue