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
feat: [DBOPS-1543]: flyway schema changes and migration type (#694)
* d43330 feat: [DBOPS-1543]: flyway schema changes and migration type
* 3aea1d feat: [DBOPS-1543]: flyway schema changes and migration type
* a2986a feat: [DBOPS-1543]: flyway schema changes and migration type
Copy file name to clipboardExpand all lines: harness/dbops/docs/ChangeLogScript.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
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**Command** | **string** | command script used to download the changelog file | [default to null]
8
8
**Shell** | **string** | shell type | [default to null]
9
9
**Location** | **string** | location of the changelog file | [default to null]
10
+
**Toml** | **string** | config file for Flyway migration type | [optional][default to null]
10
11
11
12
[[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/Changelog.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
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**Location** | **string** | path to the change log file | [default to null]
8
8
**Repo** | **string** | repo name of the git based connector when ConnectionType is Account | [optional][default to null]
9
9
**ArchivePath** | **string** | path excluding the repo till the archive file | [optional][default to null]
10
+
**Toml** | **string** | config file for Flyway migration type | [optional][default to null]
10
11
11
12
[[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/DbSchemaIn.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
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**Service** | **string** | harness service corresponding to database schema | [optional][default to null]
11
11
**Type_** | [***DbSchemaType**](DBSchemaType.md) | | [optional][default to null]
12
12
**ChangeLogScript** | [***ChangeLogScript**](ChangeLogScript.md) | | [optional][default to null]
13
+
**MigrationType** | [***MigrationType**](MigrationType.md) | | [optional][default to null]
13
14
14
15
[[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/DbSchemaOut.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
**SchemaSourceType** | **string** | | [optional][default to null]
15
15
**ChangeLogScript** | [***ChangeLogScript**](ChangeLogScript.md) | | [optional][default to null]
16
16
**Type_** | [***DbSchemaType**](DBSchemaType.md) | | [default to null]
17
+
**MigrationType** | [***MigrationType**](MigrationType.md) | | [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)
[[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