n8n/packages/cli/src/databases/migrations/sqlite
2024-03-26 19:09:46 +01:00
..
1588102412422-InitialMigration.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1592445003908-WebhookModel.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1594825041918-CreateIndexStoppedAt.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1607431743769-MakeStoppedAtNullable.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1611071044839-AddWebhookId.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1617213344594-CreateTagEntity.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1621707690587-AddWaitColumn.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1644421939510-AddExecutionEntityIndexes.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1646992772331-CreateUserManagement.ts refactor(core): Delete more redundant code across migrations (Part 1) (no-changelog) (#6691) 2023-07-31 17:35:53 +02:00
1648740597343-LowerCaseUserEmail.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1652254514001-CommunityNodes.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1652367743993-AddUserSettings.ts fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) 2023-07-05 11:26:49 +02:00
1652905585850-AddAPIKeyColumn.ts fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) 2023-07-05 11:26:49 +02:00
1654089251344-IntroducePinData.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1660062385367-CreateCredentialsUserRole.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1663755770892-CreateWorkflowsUserRole.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1664196174000-WorkflowStatistics.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1665484192211-CreateCredentialUsageTable.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1665754637024-RemoveCredentialUsageTable.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1669823906993-AddTriggerCountColumn.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1671535397530-MessageEventBusDestinations.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1673268682475-DeleteExecutionsWithWorkflows.ts fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) 2023-07-05 11:26:49 +02:00
1674138566000-AddStatusToExecutions.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1676996103000-MigrateExecutionStatus.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1677237073720-UpdateRunningExecutionStatus.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1677501636752-CreateVariables.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1679416281777-CreateExecutionMetadataTable.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
1681134145996-AddUserActivatedProperty.ts fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363) 2024-01-17 17:08:50 +02:00
1681134145997-RemoveSkipOwnerSetup.ts refactor(core)!: Remove basic-auth, external-jwt-auth, and no-auth options (#6362) 2023-06-22 20:03:47 +02:00
1690000000002-MigrateIntegerKeysToString.ts fix(core): Handle empty executions table in pruning in migrations (#8121) 2023-12-21 14:52:42 +01:00
1690000000010-SeparateExecutionData.ts refactor(core): Delete more redundant code across migrations (Part 1) (no-changelog) (#6691) 2023-07-31 17:35:53 +02:00
1690000000020-FixMissingIndicesFromStringIdMigration.ts fix: Add missing indices on sqlite (#6673) 2023-07-20 10:34:45 +01:00
1690000000030-RemoveResetPasswordColumns.ts fix(core): Fix RemoveResetPasswordColumns migration for sqlite (no-changelog) (#6739) 2023-07-26 09:39:15 +02:00
1690000000040-AddMfaColumns.ts fix(core): Fix AddMfaColumns migration for sqlite (no-changelog) (#7006) 2023-08-24 09:31:37 -04:00
1693491613982-ExecutionSoftDelete.ts feat(core): Migration for soft deletions for executions (#7088) 2023-09-04 14:34:03 +02:00
1695128658538-AddWorkflowMetadata.ts feat: Add onboarding flow (#7212) 2023-09-25 15:49:36 +02:00
1705429061930-DropRoleMapping.ts refactor(core): Remove roleId indirection (no-changelog) (#8413) 2024-01-24 13:38:57 +01:00
index.ts refactor(core): Store SSH key pair for source control in DB settings (#8965) 2024-03-26 19:09:46 +01:00