feat(Postgres Node): Overhaul node
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
||||
} from 'n8n-workflow';
|
||||
import { NodeOperationError } from 'n8n-workflow';
|
||||
|
||||
import { pgInsert, pgQuery, pgUpdate } from '../Postgres/Postgres.node.functions';
|
||||
import { pgInsert, pgQuery, pgUpdate } from '../Postgres/v1/genericFunctions';
|
||||
|
||||
import pgPromise from 'pg-promise';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user