synhronize extra db

This commit is contained in:
miguel
2025-06-18 11:00:44 -06:00
parent 7d8c9e9ef4
commit 6c85847bf4
+1 -1
View File
@@ -73,6 +73,6 @@ export const createAlumnosDbConfig = async (
retryDelay: 3000,
connectTimeout: 30000,
synchronize: false,
synchronize: true,
dropSchema: false,
});