mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix: update deploy databse skip tests conditions
This commit is contained in:
@@ -466,7 +466,7 @@ describe('Deploy database', () => {
|
||||
test.each(
|
||||
engines
|
||||
.filter(i => !i.skipDeploy)
|
||||
.filter(x => !x.skipChangeColumn || x.skipNullability)
|
||||
.filter(x => !x.skipChangeColumn && !x.skipNullability)
|
||||
.map(engine => [engine.label, engine])
|
||||
)(
|
||||
'Change column to NOT NULL column with default - %s',
|
||||
|
||||
Reference in New Issue
Block a user