feat: set typeorm synchrozine to false

This commit is contained in:
Zamitto 2024-08-20 21:27:34 -03:00
parent cc9d254a32
commit 52069f7036

View File

@ -23,7 +23,7 @@ export const dataSource = new DataSource({
DownloadQueue,
UserAuth,
],
synchronize: true,
synchronize: false,
database: databasePath,
migrations,
});