develop #29

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