mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +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,
|
||||
UserAuth,
|
||||
],
|
||||
synchronize: true,
|
||||
synchronize: false,
|
||||
database: databasePath,
|
||||
migrations,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue