fix(MySQL Node): Query to statements splitting fix (#9207)
This commit is contained in:
@@ -8,7 +8,7 @@ export const versionDescription: INodeTypeDescription = {
|
||||
name: 'mySql',
|
||||
icon: 'file:mysql.svg',
|
||||
group: ['input'],
|
||||
version: [2, 2.1, 2.2, 2.3],
|
||||
version: [2, 2.1, 2.2, 2.3, 2.4],
|
||||
subtitle: '={{ $parameter["operation"] }}',
|
||||
description: 'Get, add and update data in MySQL',
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user