From 3d90c51742649dba0b5aa9f3135e982e6f4652ad Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 18 Jun 2025 12:57:52 -0600 Subject: [PATCH] cambios --- .gitignore | 3 +++ src/db/typeorm.config.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b56acf..d91926b 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ pids # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Uploaded files +/uploads \ No newline at end of file diff --git a/src/db/typeorm.config.ts b/src/db/typeorm.config.ts index a6036d3..4d65cfa 100644 --- a/src/db/typeorm.config.ts +++ b/src/db/typeorm.config.ts @@ -54,7 +54,7 @@ export const createMainDbConfig = async ( retryDelay: 3000, connectTimeout: 30000, - synchronize: false, + synchronize: true, dropSchema: false, });