DB migration fixes

This commit is contained in:
zadam
2020-12-16 20:58:43 +01:00
parent 4a15127e58
commit cdc2721ac1
5 changed files with 15 additions and 6 deletions

View File

@@ -210,6 +210,8 @@ function wrap(query, func) {
return null
}
throw e;
}
const milliseconds = Date.now() - startTimestamp;