fixed default value diff

This commit is contained in:
Jan Prochazka
2024-10-31 10:00:40 +01:00
parent 67386da136
commit 2aed60390c
2 changed files with 3 additions and 3 deletions

View File

@@ -184,13 +184,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');