@n8n/db 1.34.2 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/connection/db-connection-monitor.js +2 -2
  3. package/dist/connection/db-connection-monitor.js.map +1 -1
  4. package/dist/connection/db-connection.d.ts +2 -0
  5. package/dist/connection/db-connection.js +39 -0
  6. package/dist/connection/db-connection.js.map +1 -1
  7. package/dist/connection/postgres-version-policy.d.ts +3 -0
  8. package/dist/connection/postgres-version-policy.js +23 -0
  9. package/dist/connection/postgres-version-policy.js.map +1 -0
  10. package/dist/migrations/common/1785828155091-AddAgentExecutionRuntimeState.d.ts +5 -0
  11. package/dist/migrations/common/1785828155091-AddAgentExecutionRuntimeState.js +29 -0
  12. package/dist/migrations/common/1785828155091-AddAgentExecutionRuntimeState.js.map +1 -0
  13. package/dist/migrations/common/1785828155092-CreateAgentCredentialDependencyTable.d.ts +5 -0
  14. package/dist/migrations/common/1785828155092-CreateAgentCredentialDependencyTable.js +25 -0
  15. package/dist/migrations/common/1785828155092-CreateAgentCredentialDependencyTable.js.map +1 -0
  16. package/dist/migrations/common/1785840970000-AllowDiscordAgentChatSubscriptions.d.ts +5 -0
  17. package/dist/migrations/common/1785840970000-AllowDiscordAgentChatSubscriptions.js +20 -0
  18. package/dist/migrations/common/1785840970000-AllowDiscordAgentChatSubscriptions.js.map +1 -0
  19. package/dist/migrations/migration-index-sync.d.ts +1 -0
  20. package/dist/migrations/migration-index-sync.js +28 -0
  21. package/dist/migrations/migration-index-sync.js.map +1 -0
  22. package/dist/migrations/postgresdb/index.d.ts +2 -2
  23. package/dist/migrations/postgresdb/index.js +51 -43
  24. package/dist/migrations/postgresdb/index.js.map +1 -1
  25. package/dist/migrations/sqlite/index.d.ts +2 -3
  26. package/dist/migrations/sqlite/index.js +71 -64
  27. package/dist/migrations/sqlite/index.js.map +1 -1
  28. package/dist/repositories/agent-eval-rating.repository.ee.js.map +1 -1
  29. package/dist/repositories/agent-eval-result.repository.ee.d.ts +4 -1
  30. package/dist/repositories/agent-eval-result.repository.ee.js +7 -2
  31. package/dist/repositories/agent-eval-result.repository.ee.js.map +1 -1
  32. package/dist/repositories/agent-eval-run.repository.ee.d.ts +4 -1
  33. package/dist/repositories/agent-eval-run.repository.ee.js +5 -3
  34. package/dist/repositories/agent-eval-run.repository.ee.js.map +1 -1
  35. package/dist/repositories/annotation-tag-mapping.repository.ee.d.ts +1 -1
  36. package/dist/repositories/annotation-tag-mapping.repository.ee.js +3 -0
  37. package/dist/repositories/annotation-tag-mapping.repository.ee.js.map +1 -1
  38. package/dist/repositories/execution.repository.d.ts +2 -4
  39. package/dist/repositories/execution.repository.js +9 -10
  40. package/dist/repositories/execution.repository.js.map +1 -1
  41. package/dist/repositories/shared-workflow.repository.d.ts +5 -3
  42. package/dist/repositories/shared-workflow.repository.js +4 -3
  43. package/dist/repositories/shared-workflow.repository.js.map +1 -1
  44. package/dist/repositories/tag.repository.d.ts +5 -2
  45. package/dist/repositories/tag.repository.js +12 -1
  46. package/dist/repositories/tag.repository.js.map +1 -1
  47. package/dist/repositories/workflow-history.repository.d.ts +10 -2
  48. package/dist/repositories/workflow-history.repository.js +19 -2
  49. package/dist/repositories/workflow-history.repository.js.map +1 -1
  50. package/dist/repositories/workflow-review-request-author.repository.d.ts +7 -6
  51. package/dist/repositories/workflow-review-request-author.repository.js +9 -10
  52. package/dist/repositories/workflow-review-request-author.repository.js.map +1 -1
  53. package/dist/repositories/workflow-review-request-reviewer.repository.d.ts +5 -4
  54. package/dist/repositories/workflow-review-request-reviewer.repository.js +4 -4
  55. package/dist/repositories/workflow-review-request-reviewer.repository.js.map +1 -1
  56. package/dist/repositories/workflow-review-request-workflow.repository.d.ts +7 -6
  57. package/dist/repositories/workflow-review-request-workflow.repository.js +8 -10
  58. package/dist/repositories/workflow-review-request-workflow.repository.js.map +1 -1
  59. package/dist/repositories/workflow-review-request.repository.d.ts +13 -11
  60. package/dist/repositories/workflow-review-request.repository.js +62 -12
  61. package/dist/repositories/workflow-review-request.repository.js.map +1 -1
  62. package/dist/repositories/workflow.repository.d.ts +19 -11
  63. package/dist/repositories/workflow.repository.js +58 -12
  64. package/dist/repositories/workflow.repository.js.map +1 -1
  65. package/package.json +21 -20
  66. package/dist/migrations/sqlite/1695128658538-AddWorkflowMetadata.d.ts +0 -4
  67. package/dist/migrations/sqlite/1695128658538-AddWorkflowMetadata.js +0 -12
  68. package/dist/migrations/sqlite/1695128658538-AddWorkflowMetadata.js.map +0 -1
@@ -31,6 +31,8 @@ const _1671535397530_MessageEventBusDestinations_1 = require("./1671535397530-Me
31
31
  const _1671726148421_RemoveWorkflowDataLoadedFlag_1 = require("./1671726148421-RemoveWorkflowDataLoadedFlag");
32
32
  const _1673268682475_DeleteExecutionsWithWorkflows_1 = require("./1673268682475-DeleteExecutionsWithWorkflows");
33
33
  const _1674138566000_AddStatusToExecutions_1 = require("./1674138566000-AddStatusToExecutions");
34
+ const _1674509946020_CreateLdapEntities_1 = require("../common/1674509946020-CreateLdapEntities");
35
+ const _1675940580449_PurgeInvalidWorkflowConnections_1 = require("../common/1675940580449-PurgeInvalidWorkflowConnections");
34
36
  const _1676996103000_MigrateExecutionStatus_1 = require("./1676996103000-MigrateExecutionStatus");
35
37
  const _1677236854063_UpdateRunningExecutionStatus_1 = require("./1677236854063-UpdateRunningExecutionStatus");
36
38
  const _1677501636754_CreateVariables_1 = require("./1677501636754-CreateVariables");
@@ -39,33 +41,14 @@ const _1681134145996_AddUserActivatedProperty_1 = require("./1681134145996-AddUs
39
41
  const _1681134145997_RemoveSkipOwnerSetup_1 = require("./1681134145997-RemoveSkipOwnerSetup");
40
42
  const _1690000000000_MigrateIntegerKeysToString_1 = require("./1690000000000-MigrateIntegerKeysToString");
41
43
  const _1690000000020_SeparateExecutionData_1 = require("./1690000000020-SeparateExecutionData");
42
- const _1690787606731_AddMissingPrimaryKeyOnExecutionData_1 = require("./1690787606731-AddMissingPrimaryKeyOnExecutionData");
43
- const _1694091729095_MigrateToTimestampTz_1 = require("./1694091729095-MigrateToTimestampTz");
44
- const _1717498465931_AddActivatedAtUserSetting_1 = require("./1717498465931-AddActivatedAtUserSetting");
45
- const _1721377157740_FixExecutionMetadataSequence_1 = require("./1721377157740-FixExecutionMetadataSequence");
46
- const _1731582748663_MigrateTestDefinitionKeyToString_1 = require("./1731582748663-MigrateTestDefinitionKeyToString");
47
- const _1740445074052_UpdateParentFolderIdColumn_1 = require("./1740445074052-UpdateParentFolderIdColumn");
48
- const _1758794506893_AddProjectIdToVariableTable_1 = require("./1758794506893-AddProjectIdToVariableTable");
49
- const _1761047826451_AddWorkflowVersionColumn_1 = require("./1761047826451-AddWorkflowVersionColumn");
50
- const _1761655473000_ChangeDependencyInfoToJson_1 = require("./1761655473000-ChangeDependencyInfoToJson");
51
- const _1762771264000_ChangeDefaultForIdInUserTable_1 = require("./1762771264000-ChangeDefaultForIdInUserTable");
52
- const _1765804780000_ConvertAgentIdToUuid_1 = require("./1765804780000-ConvertAgentIdToUuid");
53
- const _1766500000000_ExpandInsightsWorkflowIdLength_1 = require("./1766500000000-ExpandInsightsWorkflowIdLength");
54
- const _1767018516000_ChangeWorkflowStatisticsFKToNoAction_1 = require("./1767018516000-ChangeWorkflowStatisticsFKToNoAction");
55
- const _1777420800000_ExpandVariablesValueColumnToText_1 = require("./1777420800000-ExpandVariablesValueColumnToText");
56
- const _1784000000003_LimitWorkflowVersionTriggerToContent_1 = require("./1784000000003-LimitWorkflowVersionTriggerToContent");
57
- const _1784000000028_AddProjectIdToInstanceAiThread_1 = require("./1784000000028-AddProjectIdToInstanceAiThread");
58
- const _1784000000031_AddExecutionEntityWorkflowStatusIndex_1 = require("./1784000000031-AddExecutionEntityWorkflowStatusIndex");
59
- const _1784000000043_CreateWorkflowStatisticsDeltaTable_1 = require("./1784000000043-CreateWorkflowStatisticsDeltaTable");
60
- const _1785162364000_ChangeInstalledNodeVersionType_1 = require("./1785162364000-ChangeInstalledNodeVersionType");
61
- const _1674509946020_CreateLdapEntities_1 = require("../common/1674509946020-CreateLdapEntities");
62
- const _1675940580449_PurgeInvalidWorkflowConnections_1 = require("../common/1675940580449-PurgeInvalidWorkflowConnections");
63
44
  const _1690000000030_RemoveResetPasswordColumns_1 = require("../common/1690000000030-RemoveResetPasswordColumns");
64
45
  const _1690000000040_AddMfaColumns_1 = require("../common/1690000000040-AddMfaColumns");
46
+ const _1690787606731_AddMissingPrimaryKeyOnExecutionData_1 = require("./1690787606731-AddMissingPrimaryKeyOnExecutionData");
65
47
  const _1691088862123_CreateWorkflowNameIndex_1 = require("../common/1691088862123-CreateWorkflowNameIndex");
66
48
  const _1692967111175_CreateWorkflowHistoryTable_1 = require("../common/1692967111175-CreateWorkflowHistoryTable");
67
49
  const _1693491613982_ExecutionSoftDelete_1 = require("../common/1693491613982-ExecutionSoftDelete");
68
50
  const _1693554410387_DisallowOrphanExecutions_1 = require("../common/1693554410387-DisallowOrphanExecutions");
51
+ const _1694091729095_MigrateToTimestampTz_1 = require("./1694091729095-MigrateToTimestampTz");
69
52
  const _1695128658538_AddWorkflowMetadata_1 = require("../common/1695128658538-AddWorkflowMetadata");
70
53
  const _1695829275184_ModifyWorkflowHistoryNodesAndConnections_1 = require("../common/1695829275184-ModifyWorkflowHistoryNodesAndConnections");
71
54
  const _1700571993961_AddGlobalAdminRole_1 = require("../common/1700571993961-AddGlobalAdminRole");
@@ -75,7 +58,9 @@ const _1711390882123_MoveSshKeysToDatabase_1 = require("../common/1711390882123-
75
58
  const _1712044305787_RemoveNodesAccess_1 = require("../common/1712044305787-RemoveNodesAccess");
76
59
  const _1714133768519_CreateProject_1 = require("../common/1714133768519-CreateProject");
77
60
  const _1714133768521_MakeExecutionStatusNonNullable_1 = require("../common/1714133768521-MakeExecutionStatusNonNullable");
61
+ const _1717498465931_AddActivatedAtUserSetting_1 = require("./1717498465931-AddActivatedAtUserSetting");
78
62
  const _1720101653148_AddConstraintToExecutionMetadata_1 = require("../common/1720101653148-AddConstraintToExecutionMetadata");
63
+ const _1721377157740_FixExecutionMetadataSequence_1 = require("./1721377157740-FixExecutionMetadataSequence");
79
64
  const _1723627610222_CreateInvalidAuthTokenTable_1 = require("../common/1723627610222-CreateInvalidAuthTokenTable");
80
65
  const _1723796243146_RefactorExecutionIndices_1 = require("../common/1723796243146-RefactorExecutionIndices");
81
66
  const _1724753530828_CreateExecutionAnnotationTables_1 = require("../common/1724753530828-CreateExecutionAnnotationTables");
@@ -87,6 +72,7 @@ const _1729607673464_UpdateProcessedDataValueColumnToText_1 = require("../common
87
72
  const _1729607673469_AddProjectIcons_1 = require("../common/1729607673469-AddProjectIcons");
88
73
  const _1730386903556_CreateTestDefinitionTable_1 = require("../common/1730386903556-CreateTestDefinitionTable");
89
74
  const _1731404028106_AddDescriptionToTestDefinition_1 = require("../common/1731404028106-AddDescriptionToTestDefinition");
75
+ const _1731582748663_MigrateTestDefinitionKeyToString_1 = require("./1731582748663-MigrateTestDefinitionKeyToString");
90
76
  const _1732271325258_CreateTestMetricTable_1 = require("../common/1732271325258-CreateTestMetricTable");
91
77
  const _1732549866705_CreateTestRunTable_1 = require("../common/1732549866705-CreateTestRunTable");
92
78
  const _1733133775640_AddMockedNodesColumnToTestDefinition_1 = require("../common/1733133775640-AddMockedNodesColumnToTestDefinition");
@@ -96,6 +82,7 @@ const _1736947513045_CreateTestCaseExecutionTable_1 = require("../common/1736947
96
82
  const _1737715421462_AddErrorColumnsToTestRuns_1 = require("../common/1737715421462-AddErrorColumnsToTestRuns");
97
83
  const _1738709609940_CreateFolderTable_1 = require("../common/1738709609940-CreateFolderTable");
98
84
  const _1739549398681_CreateAnalyticsTables_1 = require("../common/1739549398681-CreateAnalyticsTables");
85
+ const _1740445074052_UpdateParentFolderIdColumn_1 = require("./1740445074052-UpdateParentFolderIdColumn");
99
86
  const _1741167584277_RenameAnalyticsToInsights_1 = require("../common/1741167584277-RenameAnalyticsToInsights");
100
87
  const _1742918400000_AddScopesColumnToApiKeys_1 = require("../common/1742918400000-AddScopesColumnToApiKeys");
101
88
  const _1745322634000_CleanEvaluations_1 = require("../common/1745322634000-CleanEvaluations");
@@ -114,6 +101,7 @@ const _1754475614601_CreateDataStoreTables_1 = require("../common/1754475614601-
114
101
  const _1754475614602_ReplaceDataStoreTablesWithDataTables_1 = require("../common/1754475614602-ReplaceDataStoreTablesWithDataTables");
115
102
  const _1756906557570_AddTimestampsToRoleAndRoleIndexes_1 = require("../common/1756906557570-AddTimestampsToRoleAndRoleIndexes");
116
103
  const _1758731786132_AddAudienceColumnToApiKey_1 = require("../common/1758731786132-AddAudienceColumnToApiKey");
104
+ const _1758794506893_AddProjectIdToVariableTable_1 = require("./1758794506893-AddProjectIdToVariableTable");
117
105
  const _1759399811000_ChangeValueTypesForInsights_1 = require("../common/1759399811000-ChangeValueTypesForInsights");
118
106
  const _1760019379982_CreateChatHubTables_1 = require("../common/1760019379982-CreateChatHubTables");
119
107
  const _1760020000000_CreateChatHubAgentTable_1 = require("../common/1760020000000-CreateChatHubAgentTable");
@@ -121,10 +109,13 @@ const _1760020838000_UniqueRoleNames_1 = require("../common/1760020838000-Unique
121
109
  const _1760116750277_CreateOAuthEntities_1 = require("../common/1760116750277-CreateOAuthEntities");
122
110
  const _1760314000000_CreateWorkflowDependencyTable_1 = require("../common/1760314000000-CreateWorkflowDependencyTable");
123
111
  const _1760965142113_DropUnusedChatHubColumns_1 = require("../common/1760965142113-DropUnusedChatHubColumns");
112
+ const _1761047826451_AddWorkflowVersionColumn_1 = require("./1761047826451-AddWorkflowVersionColumn");
113
+ const _1761655473000_ChangeDependencyInfoToJson_1 = require("./1761655473000-ChangeDependencyInfoToJson");
124
114
  const _1761773155024_AddAttachmentsToChatHubMessages_1 = require("../common/1761773155024-AddAttachmentsToChatHubMessages");
125
115
  const _1761830340990_AddToolsColumnToChatHubTables_1 = require("../common/1761830340990-AddToolsColumnToChatHubTables");
126
116
  const _1762177736257_AddWorkflowDescriptionColumn_1 = require("../common/1762177736257-AddWorkflowDescriptionColumn");
127
117
  const _1762763704614_BackfillMissingWorkflowHistoryRecords_1 = require("../common/1762763704614-BackfillMissingWorkflowHistoryRecords");
118
+ const _1762771264000_ChangeDefaultForIdInUserTable_1 = require("./1762771264000-ChangeDefaultForIdInUserTable");
128
119
  const _1762771954619_IsGlobalGlobalColumnToCredentialsTable_1 = require("../common/1762771954619-IsGlobalGlobalColumnToCredentialsTable");
129
120
  const _1762847206508_AddWorkflowHistoryAutoSaveFields_1 = require("../common/1762847206508-AddWorkflowHistoryAutoSaveFields");
130
121
  const _1763047800000_AddActiveVersionIdColumn_1 = require("../common/1763047800000-AddActiveVersionIdColumn");
@@ -138,10 +129,13 @@ const _1764689388394_AddDynamicCredentialEntryTable_1 = require("../common/17646
138
129
  const _1765448186933_BackfillMissingWorkflowHistoryRecords_1 = require("../common/1765448186933-BackfillMissingWorkflowHistoryRecords");
139
130
  const _1765459448000_AddResolvableFieldsToCredentials_1 = require("../common/1765459448000-AddResolvableFieldsToCredentials");
140
131
  const _1765788427674_AddIconToAgentTable_1 = require("../common/1765788427674-AddIconToAgentTable");
132
+ const _1765804780000_ConvertAgentIdToUuid_1 = require("./1765804780000-ConvertAgentIdToUuid");
141
133
  const _1765886667897_AddAgentIdForeignKeys_1 = require("../common/1765886667897-AddAgentIdForeignKeys");
142
134
  const _1765892199653_AddVersionIdToExecutionData_1 = require("../common/1765892199653-AddVersionIdToExecutionData");
143
135
  const _1766064542000_AddWorkflowPublishScopeToProjectRoles_1 = require("../common/1766064542000-AddWorkflowPublishScopeToProjectRoles");
144
136
  const _1766068346315_AddChatMessageIndices_1 = require("../common/1766068346315-AddChatMessageIndices");
137
+ const _1766500000000_ExpandInsightsWorkflowIdLength_1 = require("./1766500000000-ExpandInsightsWorkflowIdLength");
138
+ const _1767018516000_ChangeWorkflowStatisticsFKToNoAction_1 = require("./1767018516000-ChangeWorkflowStatisticsFKToNoAction");
145
139
  const _1768402473068_ExpandModelColumnLength_1 = require("../common/1768402473068-ExpandModelColumnLength");
146
140
  const _1768557000000_AddStoredAtToExecutionEntity_1 = require("../common/1768557000000-AddStoredAtToExecutionEntity");
147
141
  const _1768901721000_AddDynamicCredentialUserEntryTable_1 = require("../common/1768901721000-AddDynamicCredentialUserEntryTable");
@@ -175,6 +169,7 @@ const _1777023444000_AddJweKeyIndexesToDeploymentKey_1 = require("../common/1777
175
169
  const _1777045000000_AddTracingContextToExecution_1 = require("../common/1777045000000-AddTracingContextToExecution");
176
170
  const _1777100000000_AddLangsmithIdsToInstanceAiRunSnapshots_1 = require("../common/1777100000000-AddLangsmithIdsToInstanceAiRunSnapshots");
177
171
  const _1777281990043_CreateAiBuilderTemporaryWorkflowTable_1 = require("../common/1777281990043-CreateAiBuilderTemporaryWorkflowTable");
172
+ const _1777420800000_ExpandVariablesValueColumnToText_1 = require("./1777420800000-ExpandVariablesValueColumnToText");
178
173
  const _1777996709110_AddRunIndexToTestCaseExecution_1 = require("../common/1777996709110-AddRunIndexToTestCaseExecution");
179
174
  const _1778000000000_AddExecutionDeduplicationKey_1 = require("../common/1778000000000-AddExecutionDeduplicationKey");
180
175
  const _1778100000000_CreateEvaluationConfig_1 = require("../common/1778100000000-CreateEvaluationConfig");
@@ -186,6 +181,7 @@ const _1783000000001_CreateAgentExecutionTables_1 = require("../common/178300000
186
181
  const _1784000000000_CreateAgentObservationTables_1 = require("../common/1784000000000-CreateAgentObservationTables");
187
182
  const _1784000000001_ReplaceAgentObservationTables_1 = require("../common/1784000000001-ReplaceAgentObservationTables");
188
183
  const _1784000000002_DropAgentExecutionWorkingMemory_1 = require("../common/1784000000002-DropAgentExecutionWorkingMemory");
184
+ const _1784000000003_LimitWorkflowVersionTriggerToContent_1 = require("./1784000000003-LimitWorkflowVersionTriggerToContent");
189
185
  const _1784000000004_AddInsightsRawTimestampIdIndex_1 = require("../common/1784000000004-AddInsightsRawTimestampIdIndex");
190
186
  const _1784000000005_CreateMcpRegistryServerTable_1 = require("../common/1784000000005-CreateMcpRegistryServerTable");
191
187
  const _1784000000006_AddNodeGroupsColumnToWorkflowAndHistory_1 = require("../common/1784000000006-AddNodeGroupsColumnToWorkflowAndHistory");
@@ -209,8 +205,10 @@ const _1784000000024_AddResourceToOAuthAuthorizationCodes_1 = require("../common
209
205
  const _1784000000025_MigrateRedactionEnforcementToFloor_1 = require("../common/1784000000025-MigrateRedactionEnforcementToFloor");
210
206
  const _1784000000026_AddScopeColumnToOAuthTables_1 = require("../common/1784000000026-AddScopeColumnToOAuthTables");
211
207
  const _1784000000027_CreateWorkflowPublicationOutboxTable_1 = require("../common/1784000000027-CreateWorkflowPublicationOutboxTable");
208
+ const _1784000000028_AddProjectIdToInstanceAiThread_1 = require("./1784000000028-AddProjectIdToInstanceAiThread");
212
209
  const _1784000000029_AddJsonSizeBytesAndWorkflowVersionIdToExecutionEntity_1 = require("../common/1784000000029-AddJsonSizeBytesAndWorkflowVersionIdToExecutionEntity");
213
210
  const _1784000000030_CreateAgentChatSubscriptions_1 = require("../common/1784000000030-CreateAgentChatSubscriptions");
211
+ const _1784000000031_AddExecutionEntityWorkflowStatusIndex_1 = require("./1784000000031-AddExecutionEntityWorkflowStatusIndex");
214
212
  const _1784000000033_AddBinaryDataSizeBytesToExecutionEntity_1 = require("../common/1784000000033-AddBinaryDataSizeBytesToExecutionEntity");
215
213
  const _1784000000034_AllowAzureStoredAt_1 = require("../common/1784000000034-AllowAzureStoredAt");
216
214
  const _1784000000035_AddUniqueAgentFileNames_1 = require("../common/1784000000035-AddUniqueAgentFileNames");
@@ -221,6 +219,7 @@ const _1784000000039_DropAgentExecutionFallbackColumns_1 = require("../common/17
221
219
  const _1784000000040_CreateWorkflowPublicationTriggerStatusTable_1 = require("../common/1784000000040-CreateWorkflowPublicationTriggerStatusTable");
222
220
  const _1784000000041_AddUsedPrivateCredentialsToExecutionEntity_1 = require("../common/1784000000041-AddUsedPrivateCredentialsToExecutionEntity");
223
221
  const _1784000000042_CreateSchedulerTables_1 = require("../common/1784000000042-CreateSchedulerTables");
222
+ const _1784000000043_CreateWorkflowStatisticsDeltaTable_1 = require("./1784000000043-CreateWorkflowStatisticsDeltaTable");
224
223
  const _1784000000044_AddPartialIndexForGlobalCredentials_1 = require("../common/1784000000044-AddPartialIndexForGlobalCredentials");
225
224
  const _1784000000045_AddRecurringCronScheduleKind_1 = require("../common/1784000000045-AddRecurringCronScheduleKind");
226
225
  const _1784000000046_CreateInstanceAiEventsTable_1 = require("../common/1784000000046-CreateInstanceAiEventsTable");
@@ -234,18 +233,24 @@ const _1784815940110_AddStoredAtToAgentExecution_1 = require("../common/17848159
234
233
  const _1784815940111_AddInstanceCredentials_1 = require("../common/1784815940111-AddInstanceCredentials");
235
234
  const _1784815940112_CreateAgentEvalTables_1 = require("../common/1784815940112-CreateAgentEvalTables");
236
235
  const _1784897791636_AddAvailableInMcpToAgents_1 = require("../common/1784897791636-AddAvailableInMcpToAgents");
236
+ const _1785162364000_ChangeInstalledNodeVersionType_1 = require("./1785162364000-ChangeInstalledNodeVersionType");
237
237
  const _1785162364001_AddIsFirstPartyToOAuthClients_1 = require("../common/1785162364001-AddIsFirstPartyToOAuthClients");
238
238
  const _1785186578138_AddAgentFileStorageColumns_1 = require("../common/1785186578138-AddAgentFileStorageColumns");
239
239
  const _1785247194306_CrashStaleEnqueuedExecutions_1 = require("../common/1785247194306-CrashStaleEnqueuedExecutions");
240
240
  const _1785247194307_AddMisfirePolicyToScheduler_1 = require("../common/1785247194307-AddMisfirePolicyToScheduler");
241
241
  const _1785255306000_CreateAgentChatAttachmentsTable_1 = require("../common/1785255306000-CreateAgentChatAttachmentsTable");
242
242
  const _1785500832626_AddSetupCompletedAtToAgents_1 = require("../common/1785500832626-AddSetupCompletedAtToAgents");
243
+ const _1785828155091_AddAgentExecutionRuntimeState_1 = require("../common/1785828155091-AddAgentExecutionRuntimeState");
244
+ const _1785828155092_CreateAgentCredentialDependencyTable_1 = require("../common/1785828155092-CreateAgentCredentialDependencyTable");
245
+ const _1785840970000_AllowDiscordAgentChatSubscriptions_1 = require("../common/1785840970000-AllowDiscordAgentChatSubscriptions");
246
+ const migration_index_sync_1 = require("../migration-index-sync");
247
+ (0, migration_index_sync_1.assertMigrationIndexInSync)(__dirname, '8f42651c82d3757f847bd02a6ab615242d4772193485b4364c990cb2ca6330a1');
243
248
  exports.postgresMigrations = [
244
249
  _1587669153312_InitialMigration_1.InitialMigration1587669153312,
245
250
  _1589476000887_WebhookModel_1.WebhookModel1589476000887,
246
251
  _1594828256133_CreateIndexStoppedAt_1.CreateIndexStoppedAt1594828256133,
247
- _1611144599516_AddWebhookId_1.AddWebhookId1611144599516,
248
252
  _1607431743768_MakeStoppedAtNullable_1.MakeStoppedAtNullable1607431743768,
253
+ _1611144599516_AddWebhookId_1.AddWebhookId1611144599516,
249
254
  _1617270242566_CreateTagEntity_1.CreateTagEntity1617270242566,
250
255
  _1620824779533_UniqueWorkflowNames_1.UniqueWorkflowNames1620824779533,
251
256
  _1626176912946_AddwaitTill_1.AddwaitTill1626176912946,
@@ -254,42 +259,42 @@ exports.postgresMigrations = [
254
259
  _1646834195327_IncreaseTypeVarcharLimit_1.IncreaseTypeVarcharLimit1646834195327,
255
260
  _1646992772331_CreateUserManagement_1.CreateUserManagement1646992772331,
256
261
  _1648740597343_LowerCaseUserEmail_1.LowerCaseUserEmail1648740597343,
257
- _1652367743993_AddUserSettings_1.AddUserSettings1652367743993,
258
262
  _1652254514002_CommunityNodes_1.CommunityNodes1652254514002,
263
+ _1652367743993_AddUserSettings_1.AddUserSettings1652367743993,
259
264
  _1652905585850_AddAPIKeyColumn_1.AddAPIKeyColumn1652905585850,
260
265
  _1654090467022_IntroducePinData_1.IntroducePinData1654090467022,
261
- _1660062385367_CreateCredentialsUserRole_1.CreateCredentialsUserRole1660062385367,
262
266
  _1658932090381_AddNodeIds_1.AddNodeIds1658932090381,
263
267
  _1659902242948_AddJsonKeyPinData_1.AddJsonKeyPinData1659902242948,
268
+ _1660062385367_CreateCredentialsUserRole_1.CreateCredentialsUserRole1660062385367,
264
269
  _1663755770893_CreateWorkflowsEditorRole_1.CreateWorkflowsEditorRole1663755770893,
270
+ _1664196174001_WorkflowStatistics_1.WorkflowStatistics1664196174001,
265
271
  _1665484192212_CreateCredentialUsageTable_1.CreateCredentialUsageTable1665484192212,
266
272
  _1665754637025_RemoveCredentialUsageTable_1.RemoveCredentialUsageTable1665754637025,
267
273
  _1669739707126_AddWorkflowVersionIdColumn_1.AddWorkflowVersionIdColumn1669739707126,
268
- _1664196174001_WorkflowStatistics_1.WorkflowStatistics1664196174001,
269
274
  _1669823906995_AddTriggerCountColumn_1.AddTriggerCountColumn1669823906995,
270
- _1671726148421_RemoveWorkflowDataLoadedFlag_1.RemoveWorkflowDataLoadedFlag1671726148421,
271
275
  _1671535397530_MessageEventBusDestinations_1.MessageEventBusDestinations1671535397530,
276
+ _1671726148421_RemoveWorkflowDataLoadedFlag_1.RemoveWorkflowDataLoadedFlag1671726148421,
272
277
  _1673268682475_DeleteExecutionsWithWorkflows_1.DeleteExecutionsWithWorkflows1673268682475,
278
+ _1674138566000_AddStatusToExecutions_1.AddStatusToExecutions1674138566000,
273
279
  _1674509946020_CreateLdapEntities_1.CreateLdapEntities1674509946020,
274
280
  _1675940580449_PurgeInvalidWorkflowConnections_1.PurgeInvalidWorkflowConnections1675940580449,
275
- _1674138566000_AddStatusToExecutions_1.AddStatusToExecutions1674138566000,
276
281
  _1676996103000_MigrateExecutionStatus_1.MigrateExecutionStatus1676996103000,
277
282
  _1677236854063_UpdateRunningExecutionStatus_1.UpdateRunningExecutionStatus1677236854063,
278
- _1679416281778_CreateExecutionMetadataTable_1.CreateExecutionMetadataTable1679416281778,
279
283
  _1677501636754_CreateVariables_1.CreateVariables1677501636754,
284
+ _1679416281778_CreateExecutionMetadataTable_1.CreateExecutionMetadataTable1679416281778,
280
285
  _1681134145996_AddUserActivatedProperty_1.AddUserActivatedProperty1681134145996,
286
+ _1681134145997_RemoveSkipOwnerSetup_1.RemoveSkipOwnerSetup1681134145997,
281
287
  _1690000000000_MigrateIntegerKeysToString_1.MigrateIntegerKeysToString1690000000000,
282
288
  _1690000000020_SeparateExecutionData_1.SeparateExecutionData1690000000020,
283
- _1681134145997_RemoveSkipOwnerSetup_1.RemoveSkipOwnerSetup1681134145997,
284
289
  _1690000000030_RemoveResetPasswordColumns_1.RemoveResetPasswordColumns1690000000030,
290
+ _1690000000040_AddMfaColumns_1.AddMfaColumns1690000000030,
285
291
  _1690787606731_AddMissingPrimaryKeyOnExecutionData_1.AddMissingPrimaryKeyOnExecutionData1690787606731,
286
292
  _1691088862123_CreateWorkflowNameIndex_1.CreateWorkflowNameIndex1691088862123,
287
- _1690000000040_AddMfaColumns_1.AddMfaColumns1690000000030,
288
293
  _1692967111175_CreateWorkflowHistoryTable_1.CreateWorkflowHistoryTable1692967111175,
289
- _1693554410387_DisallowOrphanExecutions_1.DisallowOrphanExecutions1693554410387,
290
294
  _1693491613982_ExecutionSoftDelete_1.ExecutionSoftDelete1693491613982,
291
- _1695128658538_AddWorkflowMetadata_1.AddWorkflowMetadata1695128658538,
295
+ _1693554410387_DisallowOrphanExecutions_1.DisallowOrphanExecutions1693554410387,
292
296
  _1694091729095_MigrateToTimestampTz_1.MigrateToTimestampTz1694091729095,
297
+ _1695128658538_AddWorkflowMetadata_1.AddWorkflowMetadata1695128658538,
293
298
  _1695829275184_ModifyWorkflowHistoryNodesAndConnections_1.ModifyWorkflowHistoryNodesAndConnections1695829275184,
294
299
  _1700571993961_AddGlobalAdminRole_1.AddGlobalAdminRole1700571993961,
295
300
  _1705429061930_DropRoleMapping_1.DropRoleMapping1705429061930,
@@ -305,10 +310,11 @@ exports.postgresMigrations = [
305
310
  _1723796243146_RefactorExecutionIndices_1.RefactorExecutionIndices1723796243146,
306
311
  _1724753530828_CreateExecutionAnnotationTables_1.CreateAnnotationTables1724753530828,
307
312
  _1724951148974_AddApiKeysTable_1.AddApiKeysTable1724951148974,
308
- _1727427440136_SeparateExecutionCreationFromStart_1.SeparateExecutionCreationFromStart1727427440136,
309
313
  _1726606152711_CreateProcessedDataTable_1.CreateProcessedDataTable1726606152711,
314
+ _1727427440136_SeparateExecutionCreationFromStart_1.SeparateExecutionCreationFromStart1727427440136,
310
315
  _1728659839644_AddMissingPrimaryKeyOnAnnotationTagMapping_1.AddMissingPrimaryKeyOnAnnotationTagMapping1728659839644,
311
316
  _1729607673464_UpdateProcessedDataValueColumnToText_1.UpdateProcessedDataValueColumnToText1729607673464,
317
+ _1729607673469_AddProjectIcons_1.AddProjectIcons1729607673469,
312
318
  _1730386903556_CreateTestDefinitionTable_1.CreateTestDefinitionTable1730386903556,
313
319
  _1731404028106_AddDescriptionToTestDefinition_1.AddDescriptionToTestDefinition1731404028106,
314
320
  _1731582748663_MigrateTestDefinitionKeyToString_1.MigrateTestDefinitionKeyToString1731582748663,
@@ -316,7 +322,6 @@ exports.postgresMigrations = [
316
322
  _1732549866705_CreateTestRunTable_1.CreateTestRun1732549866705,
317
323
  _1733133775640_AddMockedNodesColumnToTestDefinition_1.AddMockedNodesColumnToTestDefinition1733133775640,
318
324
  _1734479635324_AddManagedColumnToCredentialsTable_1.AddManagedColumnToCredentialsTable1734479635324,
319
- _1729607673469_AddProjectIcons_1.AddProjectIcons1729607673469,
320
325
  _1736172058779_AddStatsColumnsToTestRun_1.AddStatsColumnsToTestRun1736172058779,
321
326
  _1736947513045_CreateTestCaseExecutionTable_1.CreateTestCaseExecutionTable1736947513045,
322
327
  _1737715421462_AddErrorColumnsToTestRuns_1.AddErrorColumnsToTestRuns1737715421462,
@@ -325,44 +330,44 @@ exports.postgresMigrations = [
325
330
  _1740445074052_UpdateParentFolderIdColumn_1.UpdateParentFolderIdColumn1740445074052,
326
331
  _1741167584277_RenameAnalyticsToInsights_1.RenameAnalyticsToInsights1741167584277,
327
332
  _1742918400000_AddScopesColumnToApiKeys_1.AddScopesColumnToApiKeys1742918400000,
333
+ _1745322634000_CleanEvaluations_1.ClearEvaluation1745322634000,
328
334
  _1745587087521_AddWorkflowStatisticsRootCount_1.AddWorkflowStatisticsRootCount1745587087521,
329
335
  _1745934666076_AddWorkflowArchivedColumn_1.AddWorkflowArchivedColumn1745934666076,
330
336
  _1745934666077_DropRoleTable_1.DropRoleTable1745934666077,
331
- _1745322634000_CleanEvaluations_1.ClearEvaluation1745322634000,
332
337
  _1747824239000_AddProjectDescriptionColumn_1.AddProjectDescriptionColumn1747824239000,
333
338
  _1750252139166_AddLastActiveAtColumnToUser_1.AddLastActiveAtColumnToUser1750252139166,
334
339
  _1750252139166_AddScopeTables_1.AddScopeTables1750252139166,
335
340
  _1750252139167_AddRolesTables_1.AddRolesTables1750252139167,
336
341
  _1750252139168_LinkRoleToUserTable_1.LinkRoleToUserTable1750252139168,
342
+ _1750252139170_RemoveOldRoleColumn_1.RemoveOldRoleColumn1750252139170,
337
343
  _1752669793000_AddInputsOutputsToTestCaseExecution_1.AddInputsOutputsToTestCaseExecution1752669793000,
344
+ _1753953244168_LinkRoleToProjectRelationTable_1.LinkRoleToProjectRelationTable1753953244168,
338
345
  _1754475614601_CreateDataStoreTables_1.CreateDataStoreTables1754475614601,
339
- _1750252139170_RemoveOldRoleColumn_1.RemoveOldRoleColumn1750252139170,
340
346
  _1754475614602_ReplaceDataStoreTablesWithDataTables_1.ReplaceDataStoreTablesWithDataTables1754475614602,
341
- _1753953244168_LinkRoleToProjectRelationTable_1.LinkRoleToProjectRelationTable1753953244168,
342
347
  _1756906557570_AddTimestampsToRoleAndRoleIndexes_1.AddTimestampsToRoleAndRoleIndexes1756906557570,
343
- _1758794506893_AddProjectIdToVariableTable_1.AddProjectIdToVariableTable1758794506893,
344
348
  _1758731786132_AddAudienceColumnToApiKey_1.AddAudienceColumnToApiKeys1758731786132,
349
+ _1758794506893_AddProjectIdToVariableTable_1.AddProjectIdToVariableTable1758794506893,
345
350
  _1759399811000_ChangeValueTypesForInsights_1.ChangeValueTypesForInsights1759399811000,
346
351
  _1760019379982_CreateChatHubTables_1.CreateChatHubTables1760019379982,
347
352
  _1760020000000_CreateChatHubAgentTable_1.CreateChatHubAgentTable1760020000000,
348
353
  _1760020838000_UniqueRoleNames_1.UniqueRoleNames1760020838000,
354
+ _1760116750277_CreateOAuthEntities_1.CreateOAuthEntities1760116750277,
349
355
  _1760314000000_CreateWorkflowDependencyTable_1.CreateWorkflowDependencyTable1760314000000,
350
356
  _1760965142113_DropUnusedChatHubColumns_1.DropUnusedChatHubColumns1760965142113,
351
357
  _1761047826451_AddWorkflowVersionColumn_1.AddWorkflowVersionColumn1761047826451,
352
358
  _1761655473000_ChangeDependencyInfoToJson_1.ChangeDependencyInfoToJson1761655473000,
359
+ _1761773155024_AddAttachmentsToChatHubMessages_1.AddAttachmentsToChatHubMessages1761773155024,
360
+ _1761830340990_AddToolsColumnToChatHubTables_1.AddToolsColumnToChatHubTables1761830340990,
353
361
  _1762177736257_AddWorkflowDescriptionColumn_1.AddWorkflowDescriptionColumn1762177736257,
354
- _1760116750277_CreateOAuthEntities_1.CreateOAuthEntities1760116750277,
355
362
  _1762763704614_BackfillMissingWorkflowHistoryRecords_1.BackfillMissingWorkflowHistoryRecords1762763704614,
356
363
  _1762771264000_ChangeDefaultForIdInUserTable_1.ChangeDefaultForIdInUserTable1762771264000,
357
364
  _1762771954619_IsGlobalGlobalColumnToCredentialsTable_1.AddIsGlobalColumnToCredentialsTable1762771954619,
358
365
  _1762847206508_AddWorkflowHistoryAutoSaveFields_1.AddWorkflowHistoryAutoSaveFields1762847206508,
359
- _1761830340990_AddToolsColumnToChatHubTables_1.AddToolsColumnToChatHubTables1761830340990,
360
- _1763572724000_ChangeOAuthStateColumnToUnboundedVarchar_1.ChangeOAuthStateColumnToUnboundedVarchar1763572724000,
361
- _1761773155024_AddAttachmentsToChatHubMessages_1.AddAttachmentsToChatHubMessages1761773155024,
362
366
  _1763047800000_AddActiveVersionIdColumn_1.AddActiveVersionIdColumn1763047800000,
367
+ _1763048000000_ActivateExecuteWorkflowTriggerWorkflows_1.ActivateExecuteWorkflowTriggerWorkflows1763048000000,
368
+ _1763572724000_ChangeOAuthStateColumnToUnboundedVarchar_1.ChangeOAuthStateColumnToUnboundedVarchar1763572724000,
363
369
  _1763716655000_CreateBinaryDataTable_1.CreateBinaryDataTable1763716655000,
364
370
  _1764167920585_CreateWorkflowPublishHistoryTable_1.CreateWorkflowPublishHistoryTable1764167920585,
365
- _1763048000000_ActivateExecuteWorkflowTriggerWorkflows_1.ActivateExecuteWorkflowTriggerWorkflows1763048000000,
366
371
  _1764276827837_AddCreatorIdToProjectTable_1.AddCreatorIdToProjectTable1764276827837,
367
372
  _1764682447000_CreateCredentialResolverTable_1.CreateDynamicCredentialResolverTable1764682447000,
368
373
  _1764689388394_AddDynamicCredentialEntryTable_1.AddDynamicCredentialEntryTable1764689388394,
@@ -480,5 +485,8 @@ exports.postgresMigrations = [
480
485
  _1785247194307_AddMisfirePolicyToScheduler_1.AddMisfirePolicyToScheduler1785247194307,
481
486
  _1785255306000_CreateAgentChatAttachmentsTable_1.CreateAgentChatAttachmentsTable1785255306000,
482
487
  _1785500832626_AddSetupCompletedAtToAgents_1.AddSetupCompletedAtToAgents1785500832626,
488
+ _1785828155091_AddAgentExecutionRuntimeState_1.AddAgentExecutionRuntimeState1785828155091,
489
+ _1785828155092_CreateAgentCredentialDependencyTable_1.CreateAgentCredentialDependencyTable1785828155092,
490
+ _1785840970000_AllowDiscordAgentChatSubscriptions_1.AllowDiscordAgentChatSubscriptions1785840970000,
483
491
  ];
484
492
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/postgresdb/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/postgresdb/index.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,2 @@
1
- import type { Migration } from '../migration-types';
2
- declare const sqliteMigrations: Migration[];
3
- export { sqliteMigrations };
1
+ import { MakeStoppedAtNullable1607431743769 } from './1607431743769-MakeStoppedAtNullable';
2
+ export declare const sqliteMigrations: (typeof MakeStoppedAtNullable1607431743769)[];