fix(core): Change WorkflowHistory nodes/connections columns to be json (#7282)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Val
2023-09-28 09:37:33 +01:00
committed by GitHub
parent cde23a1bb1
commit a80abad3af
4 changed files with 21 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ import { DisallowOrphanExecutions1693554410387 } from '../common/1693554410387-D
import { ExecutionSoftDelete1693491613982 } from '../common/1693491613982-ExecutionSoftDelete';
import { AddWorkflowMetadata1695128658538 } from '../common/1695128658538-AddWorkflowMetadata';
import { MigrateToTimestampTz1694091729095 } from './1694091729095-MigrateToTimestampTz';
import { ModifyWorkflowHistoryNodesAndConnections1695829275184 } from '../common/1695829275184-ModifyWorkflowHistoryNodesAndConnections';
export const postgresMigrations: Migration[] = [
InitialMigration1587669153312,
@@ -99,4 +100,5 @@ export const postgresMigrations: Migration[] = [
ExecutionSoftDelete1693491613982,
AddWorkflowMetadata1695128658538,
MigrateToTimestampTz1694091729095,
ModifyWorkflowHistoryNodesAndConnections1695829275184,
];