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