feat(core): Add notice to alert users a new version is available

This commit is contained in:
Michael Kret
2023-05-02 11:45:04 +03:00
committed by GitHub
parent 839a56a682
commit cb497fbbec
9 changed files with 33 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ import pgPromise from 'pg-promise';
import { pgInsertV2, pgQueryV2, pgUpdate, wrapData } from './genericFunctions';
import { oldVersionNotice } from '../../../utils/descriptions';
const versionDescription: INodeTypeDescription = {
displayName: 'Postgres',
name: 'postgres',
@@ -36,6 +38,7 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
oldVersionNotice,
{
displayName: 'Operation',
name: 'operation',