Skip to content

Commit

Permalink
TDL-17972 Removed dbname (#1018)
Browse files Browse the repository at this point in the history
* TDL-17972 Removed dbname

* Revert "TDL-17972 Removed dbname"

This reverts commit d71396f.

* TDL-17973 Removed DB
  • Loading branch information
Anaelle1 authored Mar 20, 2024
1 parent 53ead15 commit 82e03a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions _data/ui/common/database-connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ field-names:
port: "Port"
username: "Username"
password: "Password"
database: "Database"

encryption: "Encryption Type"

Expand Down Expand Up @@ -64,7 +63,8 @@ field-copy:
port: |
Enter the port used by the {{ page.display_name }} instance. The default is `{{ page.port }}`.
username: "Enter the Stitch {{ page.display_name }} database user's username."
username: |
Enter the Stitch {{ page.display_name }} database user's username.
password: |
Enter the password for the Stitch {{ page.display_name }} database user.
Expand Down
15 changes: 1 addition & 14 deletions _data/ui/database-integration-settings/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ mysql: &standard-fields
version: "all"
copy: "{{ site.data.ui.common.database-connections.field-copy.password | flatify }}"

- &database
name: &database-name "{{ site.data.ui.common.database-connections.field-names.database }}"
version: "all"
copy: "{{ site.data.ui.common.database-connections.field-copy.optional-database | flatify }}"

- &server-id
name: &server-id-name "Server ID"
version: "all"
Expand All @@ -97,11 +92,6 @@ aurora-rds: &rds-fields
- *port
- *username
- *password
- name: *database-name
version: "all"
copy: |
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.

# -------------------------- #
# MAGENTO #
Expand All @@ -113,7 +103,6 @@ magento:
- *port
- *username
- *password
- *database


# -------------------------- #
Expand Down Expand Up @@ -143,7 +132,6 @@ cloudsql-mysql:
- *port
- *username
- *password
- *database
- *server-id


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

0 comments on commit 82e03a2

Please sign in to comment.