Skip to content

Commit 62b845c

Browse files
committed
update: added settings in rollback step
1 parent 48df59e commit 62b845c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

v0/pipeline/steps/common/db-schema-rollback-sql-step-info.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ allOf:
2424
type: object
2525
additionalProperties:
2626
type: string
27+
settings:
28+
oneOf:
29+
- type: object
30+
additionalProperties:
31+
type: string
32+
- type: string
2733
tag:
2834
type: string
2935
minLength: 1
@@ -95,6 +101,10 @@ properties:
95101
changeSetCount:
96102
type: integer
97103
minimum: 1
104+
settings:
105+
oneOf:
106+
- $ref: ../../common/parameter-field-map-string-json-node.yaml
107+
- type: string
98108
delegateSelectors:
99109
oneOf:
100110
- type: array

v0/pipeline/steps/common/dbops-rollback-schema-step-info.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ allOf:
2020
type: string
2121
connectorRef:
2222
type: string
23+
settings:
24+
oneOf:
25+
- type: object
26+
additionalProperties:
27+
type: string
28+
- type: string
2329
globalSettings:
2430
type: object
2531
additionalProperties:
@@ -95,6 +101,10 @@ properties:
95101
changeSetCount:
96102
type: integer
97103
minimum: 1
104+
settings:
105+
oneOf:
106+
- $ref: ../../common/parameter-field-map-string-json-node.yaml
107+
- type: string
98108
delegateSelectors:
99109
oneOf:
100110
- type: array

0 commit comments

Comments
 (0)