mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Postgres Node): Overhaul node
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const PostgresFun = require('../../../nodes/Postgres/Postgres.node.functions');
|
||||
const PostgresFun = require('../../../nodes/Postgres/v1/genericFunctions');
|
||||
const pgPromise = require('pg-promise');
|
||||
|
||||
describe('pgUpdate', () => {
|
||||
|
||||
Reference in New Issue
Block a user