diff --git a/scripts/check-db.js b/scripts/check-db.js index acf912bf..a01c5180 100644 --- a/scripts/check-db.js +++ b/scripts/check-db.js @@ -78,6 +78,7 @@ async function checkDatabaseVersion(databaseType) { async function checkV1Tables() { if (databaseType === 'mongodb') { // Ignore + return; } try {