mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add notice to alert users a new version is available
This commit is contained in:
@@ -17,6 +17,8 @@ import type mysql2 from 'mysql2/promise';
|
||||
import { copyInputItems, createConnection, searchTables } from './GenericFunctions';
|
||||
import type { IExecuteFunctions } from 'n8n-core';
|
||||
|
||||
import { oldVersionNotice } from '../../../utils/descriptions';
|
||||
|
||||
const versionDescription: INodeTypeDescription = {
|
||||
displayName: 'MySQL',
|
||||
name: 'mySql',
|
||||
@@ -37,6 +39,7 @@ const versionDescription: INodeTypeDescription = {
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
oldVersionNotice,
|
||||
{
|
||||
displayName: 'Operation',
|
||||
name: 'operation',
|
||||
|
||||
Reference in New Issue
Block a user