ignore checkV1Tables on mongodb

This commit is contained in:
Joseph Lee 2023-05-15 16:00:56 +09:00
parent bb30b43a8e
commit d5fac29dac

View file

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