From d5fac29dacf442ccec3dc1c4c45140202efa13f7 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Mon, 15 May 2023 16:00:56 +0900 Subject: [PATCH] ignore checkV1Tables on mongodb --- scripts/check-db.js | 1 + 1 file changed, 1 insertion(+) 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 {