develop #29

Merged
jalvarado merged 14 commits from develop into master 2025-06-24 16:33:17 +00:00
Showing only changes of commit 6c85847bf4 - Show all commits
+1 -1
View File
@@ -73,6 +73,6 @@ export const createAlumnosDbConfig = async (
retryDelay: 3000,
connectTimeout: 30000,
synchronize: false,
synchronize: true,
dropSchema: false,
});