Skip to content

Commit

Permalink
Removing postgres as default db
Browse files Browse the repository at this point in the history
In generic sql action
  • Loading branch information
dannyroosevelt committed Jul 8, 2024
1 parent fe3ac03 commit 1765171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
key: "database-query-sql-database",
description:
"Execute a SQL Query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
database: {
Expand All @@ -35,7 +35,6 @@ export default {
value: "snowflake",
},
],
default: "postgresql",
reloadProps: true,
},
postgresql: {
Expand Down
2 changes: 1 addition & 1 deletion components/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/database",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Database Components",
"main": "database.app.mjs",
"keywords": [
Expand Down

0 comments on commit 1765171

Please sign in to comment.