drop table optimalization - dont drop references in mysql and slite

This commit is contained in:
Jan Prochazka
2021-09-13 21:00:49 +02:00
parent 02ce6b0204
commit 2fa48b1138
9 changed files with 67 additions and 12 deletions

View File

@@ -116,11 +116,11 @@ const engines = [
const filterLocal = [
// filter local testing
'-MySQL',
'-PostgreSQL',
'MySQL',
'PostgreSQL',
'SQL Server',
'-SQLite',
'-CockroachDB',
'SQLite',
'CockroachDB',
];
module.exports = process.env.CITEST