drop column with default works

This commit is contained in:
Jan Prochazka
2021-09-05 11:18:44 +02:00
parent e79e19c614
commit eaa5970a0f
4 changed files with 25 additions and 14 deletions

View File

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