feat(Merge Node): Option in combineBySql operation to return either confirmation of succes or empty result (#15509)

This commit is contained in:
Michael Kret
2025-05-22 19:39:17 +03:00
committed by GitHub
parent 9938e63a66
commit a86bc43f50
4 changed files with 103 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export const versionDescription: INodeTypeDescription = {
name: 'merge',
group: ['transform'],
description: 'Merges data of multiple streams once data from both is available',
version: [3, 3.1],
version: [3, 3.1, 3.2],
defaults: {
name: 'Merge',
},