mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
ignore checkV1Tables on mongodb
This commit is contained in:
parent
bb30b43a8e
commit
d5fac29dac
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ async function checkDatabaseVersion(databaseType) {
|
||||||
async function checkV1Tables() {
|
async function checkV1Tables() {
|
||||||
if (databaseType === 'mongodb') {
|
if (databaseType === 'mongodb') {
|
||||||
// Ignore
|
// Ignore
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue