db syn logical fix

This commit is contained in:
Jan Prochazka
2021-11-25 15:14:23 +01:00
parent a9216eda89
commit cec0130cba
10 changed files with 41 additions and 23 deletions

View File

@@ -116,9 +116,9 @@ const engines = [
const filterLocal = [
// filter local testing
'-MySQL',
'-PostgreSQL',
'-SQL Server',
'MySQL',
'PostgreSQL',
'SQL Server',
'SQLite',
'-CockroachDB',
];