Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
name: "Execute SQL Query",
key: "postgresql-execute-custom-query",
description: "Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
version: "3.0.1",
version: "3.0.2",
type: "action",
props: {
postgresql,
Expand All @@ -14,7 +14,7 @@ export default {
auth: {
app: "postgresql",
},
label: "PostreSQL Query",
label: "PostgreSQL Query",
},
},
async run({ $ }) {
Expand Down
2 changes: 1 addition & 1 deletion components/postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/postgresql",
"version": "2.2.1",
"version": "2.2.2",
"description": "Pipedream PostgreSQL Components",
"main": "postgresql.app.mjs",
"keywords": [
Expand Down
Loading