clickhouse import

This commit is contained in:
Jan Prochazka
2024-09-12 15:39:48 +02:00
parent 086bc0d9f3
commit b232263708
5 changed files with 42 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ class Dumper extends SqlDumper {
);
}
}
autoIncrement() {}
}
module.exports = Dumper;