mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-10 21:36:17 +00:00
feat: set typeorm synchrozine to false
This commit is contained in:
@@ -23,7 +23,7 @@ export const dataSource = new DataSource({
|
|||||||
DownloadQueue,
|
DownloadQueue,
|
||||||
UserAuth,
|
UserAuth,
|
||||||
],
|
],
|
||||||
synchronize: true,
|
synchronize: false,
|
||||||
database: databasePath,
|
database: databasePath,
|
||||||
migrations,
|
migrations,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user