mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
✨ Add support for PostgresDB and save date as Date
This commit is contained in:
@@ -144,8 +144,8 @@ export const workflowRun = mixins(
|
||||
id: '__IN_PROGRESS__',
|
||||
finished: false,
|
||||
mode: 'manual',
|
||||
startedAt: new Date().getTime(),
|
||||
stoppedAt: 0,
|
||||
startedAt: new Date(),
|
||||
stoppedAt: undefined,
|
||||
workflowId: workflow.id,
|
||||
data: {
|
||||
resultData: {
|
||||
|
||||
Reference in New Issue
Block a user