diff --git a/scripts/copy-db-files.js b/scripts/copy-db-files.js index 8d444e9d5..31bf6c310 100644 --- a/scripts/copy-db-files.js +++ b/scripts/copy-db-files.js @@ -18,6 +18,7 @@ function getDatabaseType(url = process.env.DATABASE_URL) { const databaseType = getDatabaseType(); if (!databaseType || !['mysql', 'postgresql'].includes(databaseType)) { + console.log(`---- DATABASE_TYPE -----> - ${databaseType}`); throw new Error('Missing or invalid database'); }