mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs(Postgres Node): Remove overkill notice for postgres & paireditem (#5291)
📝 Remove notice about pairedItem
This commit is contained in:
@@ -81,18 +81,6 @@ export class Postgres implements INodeType {
|
|||||||
description:
|
description:
|
||||||
'The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters.',
|
'The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters.',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
displayName:
|
|
||||||
'Due to the behavior of the Multiple Queries mode, if you want to use the PairedItem feature, you need to use either the independent or the transaction mode under Additional Fields.',
|
|
||||||
name: 'pairedItemsNotice',
|
|
||||||
type: 'notice',
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
operation: ['executeQuery'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// insert
|
// insert
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user