diff --git a/backend/config/database.ts b/backend/config/database.ts index 4237e19..597f290 100644 --- a/backend/config/database.ts +++ b/backend/config/database.ts @@ -14,6 +14,6 @@ export default ({ env }) => ({ }, runMigrations: false, forceMigration: false, - debug: true, + debug: false, }, });