fix: Chatbot-Workflows korrigiert und Memory-Bug behoben

- Inline SQL-Expressions statt queryParams (Postgres-Node-Kompatibilität)
- CTE-Query garantiert immer eine Zeile (verhindert Abbruch bei neuer Session)
- Delete-Workflow ebenfalls auf inline SQL umgestellt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-05-06 03:57:34 +02:00
commit a14ea92dad
3 changed files with 15 additions and 21 deletions

View file

@ -27,8 +27,8 @@
"position": [300, 300],
"credentials": {
"postgres": {
"id": "SETUP_REQUIRED",
"name": "n8n PostgreSQL"
"id": "pnmeNZ3ONDWrQP8M",
"name": "Postgres account"
}
}
},