mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
feat: set typeorm synchrozine to false
This commit is contained in:
parent
cc9d254a32
commit
52069f7036
@ -23,7 +23,7 @@ export const dataSource = new DataSource({
|
|||||||
DownloadQueue,
|
DownloadQueue,
|
||||||
UserAuth,
|
UserAuth,
|
||||||
],
|
],
|
||||||
synchronize: true,
|
synchronize: false,
|
||||||
database: databasePath,
|
database: databasePath,
|
||||||
migrations,
|
migrations,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user