You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: harness/dbops/docs/DbInstanceIn.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**Branch** | **string** | branch where the instance is stored | [optional][default to null]
10
10
**Connector** | **string** | DB Connector | [default to null]
11
11
**Context** | **string** | Liquibase context | [optional][default to null]
12
+
**LiquibaseSubstituteProperties** | **map[string]string** | properties to substitute in liquibase changelog | [optional][default to null]
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: harness/dbops/docs/DbInstanceOut.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**LastAppliedTag** | **string** | Most recent tag applied to the database | [optional][default to null]
15
15
**ToOnboard** | **bool** | | [optional][default to null]
16
16
**LastDeployedChangeSetTag** | **string** | Tag on last deployed changeSet | [default to null]
17
+
**LiquibaseSubstituteProperties** | **map[string]string** | properties to substitute in liquibase changelog | [optional][default to null]
17
18
18
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments