skip data duplicator

This commit is contained in:
Jan Prochazka
2024-09-13 15:24:29 +02:00
parent 0d1b6702a7
commit 89c9d5e792
2 changed files with 3 additions and 2 deletions

View File

@@ -148,12 +148,13 @@ const engines = [
skipUnique: true,
skipAutoIncrement: true,
skipPkColumnTesting: true,
skipDataDuplicator: true,
},
];
const filterLocal = [
// filter local testing
'MySQL',
'-MySQL',
'-MariaDB',
'-PostgreSQL',
'-SQL Server',