Skip to content

Commit 82e03a2

Browse files
authored
TDL-17972 Removed dbname (#1018)
* TDL-17972 Removed dbname * Revert "TDL-17972 Removed dbname" This reverts commit d71396f. * TDL-17973 Removed DB
1 parent 53ead15 commit 82e03a2

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

_data/ui/common/database-connections.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ field-names:
2525
port: "Port"
2626
username: "Username"
2727
password: "Password"
28-
database: "Database"
2928

3029
encryption: "Encryption Type"
3130

@@ -64,7 +63,8 @@ field-copy:
6463
port: |
6564
Enter the port used by the {{ page.display_name }} instance. The default is `{{ page.port }}`.
6665
67-
username: "Enter the Stitch {{ page.display_name }} database user's username."
66+
username: |
67+
Enter the Stitch {{ page.display_name }} database user's username.
6868
6969
password: |
7070
Enter the password for the Stitch {{ page.display_name }} database user.

_data/ui/database-integration-settings/mysql.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ mysql: &standard-fields
7171
version: "all"
7272
copy: "{{ site.data.ui.common.database-connections.field-copy.password | flatify }}"
7373

74-
- &database
75-
name: &database-name "{{ site.data.ui.common.database-connections.field-names.database }}"
76-
version: "all"
77-
copy: "{{ site.data.ui.common.database-connections.field-copy.optional-database | flatify }}"
78-
7974
- &server-id
8075
name: &server-id-name "Server ID"
8176
version: "all"
@@ -97,11 +92,6 @@ aurora-rds: &rds-fields
9792
- *port
9893
- *username
9994
- *password
100-
- name: *database-name
101-
version: "all"
102-
copy: |
103-
Enter the name of the {{ integration.display_name }} database. Stitch will 'find' all databases you give the Stitch user access to - a default database is only used to complete the connection.
104-
10595

10696
# -------------------------- #
10797
# MAGENTO #
@@ -113,7 +103,6 @@ magento:
113103
- *port
114104
- *username
115105
- *password
116-
- *database
117106

118107

119108
# -------------------------- #
@@ -143,7 +132,6 @@ cloudsql-mysql:
143132
- *port
144133
- *username
145134
- *password
146-
- *database
147135
- *server-id
148136

149137

@@ -159,5 +147,4 @@ microsoft-azure-mysql:
159147
Paste the **Server name** you retrieved in the [previous step](#locate-connection-details). This should be similar to `<database-name>.mysql.database.azure.com`.
160148
- *port
161149
- *username
162-
- *password
163-
- *database
150+
- *password

0 commit comments

Comments
 (0)