Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 6f76aad

Browse files
committed
updates to schema and version
1 parent deed8d7 commit 6f76aad

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ src/generated/*
1111
*.pyc
1212
*generated*
1313
.DS_Store
14-
__pycache__/
14+
__pycache__/
15+
*.iml
16+
artifact.json

17+

plugin_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pluginType: STAGED
77
entryPoint: plugin_runner:plugin
88
srcDir: src
99
schemaFile: schema.json
10-
buildNumber: 1.69.4
10+
buildNumber: 1.69.5

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"type": "string",
215215
"prettyName": "Source DB UserName",
216216
"description": "* Required if Delphix is taking backups",
217-
"default": "root"
217+
"default": "delphixdb"
218218
},
219219
"sourcePass": {
220220
"type": "string",
@@ -246,7 +246,7 @@
246246
"type": "string",
247247
"prettyName": "Staging DB User Name",
248248
"description": "MySQL Staging DB User Name",
249-
"default": "delphixdb"
249+
"default": "root"
250250
},
251251
"stagingPass": {
252252
"type": "string",

0 commit comments

Comments
 (0)