n8n/packages/nodes-base/nodes/Postgres
Elias Meire 048b588852
fix: Make params panel double width for all SQL nodes (#8236)
## Summary

Make params panel double width for all SQL nodes

<img width="1445" alt="image"
src="https://github.com/n8n-io/n8n/assets/8850410/422e7c6c-90c9-4cf0-832b-fab7679275d3">


## Related tickets and issues

https://linear.app/n8n/issue/NODE-986/make-all-sql-nodes-have-a-double-width-params-pane

## Review / Merge checklist
- [ ] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it
from happening again.
   > A feature is not complete without tests.
2024-01-05 12:31:11 +01:00
..
test/v2 refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
v1 feat(editor): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +01:00
v2 feat(editor): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +01:00
Postgres.node.json fix(nodes-base): fix and harmonize all primaryDocumentation links (#4191) 2022-09-29 13:33:16 +03:00
Postgres.node.ts fix: Make params panel double width for all SQL nodes (#8236) 2024-01-05 12:31:11 +01:00
postgres.svg refactor: Optimize SVG icons for nodes (#8195) 2024-01-02 17:40:08 +01:00
PostgresInterface.ts feat: New trigger PostgreSQL (#5495) 2023-06-07 11:01:57 +02:00
PostgresTrigger.functions.ts refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914) 2023-12-05 11:17:08 +01:00
PostgresTrigger.node.json docs: Fix Postgres trigger docs URL (#6403) 2023-06-13 15:06:28 +01:00
PostgresTrigger.node.ts fix(Postgres Trigger Node): Increase manual trigger timeout from 30 to 60 seconds (#8015) 2023-12-13 13:04:16 +00:00