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