Skip to content

Commit 0825d3e

Browse files
committed
Change label name from "Database Command" to "Database Query"
1 parent 9016b4c commit 0825d3e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

mariadb-plugin/docs/docs/Mariadb-action.md renamed to mariadb-plugin/docs/Mariadb-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Properties
1616
----------
1717
**Driver Name:** Name of the JDBC driver to use.
1818

19-
**Database Command:** Database command to execute.
19+
**Database Query:** Database query to execute.
2020

2121
**Host:** Host that MariaDB is running on.
2222

@@ -62,7 +62,7 @@ port 3306, then configure the plugin with:
6262

6363
```
6464
Driver Name: "mariadb"
65-
Database Command: "UPDATE table_name SET price = 20 WHERE ID = 6"
65+
Database Query: "UPDATE table_name SET price = 20 WHERE ID = 6"
6666
Host: "localhost"
6767
Port: 3306
6868
Database: "prod"
File renamed without changes.
File renamed without changes.
File renamed without changes.

mariadb-plugin/widgets/Mariadb-action.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"widget-type": "textarea",
33-
"label": "Database Command",
33+
"label": "Database Query",
3434
"name": "query"
3535
}
3636
]

0 commit comments

Comments
 (0)