table analyse test WIP

This commit is contained in:
Jan Prochazka
2024-09-13 16:30:48 +02:00
parent a88a64710b
commit 08dd2ae38f
2 changed files with 15 additions and 8 deletions

View File

@@ -155,13 +155,13 @@ const engines = [
const filterLocal = [
// filter local testing
'MySQL',
'-MySQL',
'-MariaDB',
'-PostgreSQL',
'-SQL Server',
'-SQLite',
'-CockroachDB',
'-ClickHouse',
'ClickHouse',
];
const enginesPostgre = engines.filter(x => x.label == 'PostgreSQL');