This commit is contained in:
miguel
2025-06-18 12:57:52 -06:00
parent 282f921e43
commit 3d90c51742
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export const createMainDbConfig = async (
retryDelay: 3000,
connectTimeout: 30000,
synchronize: false,
synchronize: true,
dropSchema: false,
});