ignore checkV1Tables on mongodb

pull/2040/head
Joseph Lee 2023-05-15 16:00:56 +09:00
parent bb30b43a8e
commit d5fac29dac
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ async function checkDatabaseVersion(databaseType) {
async function checkV1Tables() {
if (databaseType === 'mongodb') {
// Ignore
return;
}
try {