This commit is contained in:
Jan Prochazka
2021-09-26 20:25:01 +02:00
parent f85460cce8
commit 7e82e83faa
11 changed files with 47 additions and 21 deletions

View File

@@ -16,8 +16,8 @@ SELECT
`;
class Analyser extends DatabaseAnalyser {
constructor(pool, driver) {
super(pool, driver);
constructor(pool, driver, version) {
super(pool, driver, version);
}
async _getFastSnapshot() {