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
Copy file name to clipboardExpand all lines: components/mysql/actions/execute-raw-query/execute-raw-query.mjs
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ import mysql from "../../mysql.app.mjs";
3
3
exportdefault{
4
4
key: "mysql-execute-raw-query",
5
5
name: "Execute SQL Query",
6
-
description: "Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
6
+
description:
7
+
"Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
0 commit comments