n8n/packages/cli/src/databases/migrations/postgresdb
Ricardo Espinoza 8a38624cbc
feat(core): Add migration to add property userActivated to user settings (no-changelog) (#5940)
* Add userActivated migration

* Fix migration logic

* Remove duplication when retrieving the activated users

* Fix bug updating settings in mysql

* Make userSettings type conform with naming convention

* Disable naming convention rule only in IDatabaseCollections interface

* Fix down method in Postgres migration

* Reset '{}' to NULL when reversing migration
2023-04-21 11:15:08 -04:00
..
1587669153312-InitialMigration.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1589476000887-WebhookModel.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1594828256133-CreateIndexStoppedAt.ts refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
1607431743768-MakeStoppedAtNullable.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1611144599516-AddWebhookId.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1617270242566-CreateTagEntity.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1620824779533-UniqueWorkflowNames.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1626176912946-AddwaitTill.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1630419189837-UpdateWorkflowCredentials.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1644422880309-AddExecutionEntityIndexes.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1646834195327-IncreaseTypeVarcharLimit.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1646992772331-CreateUserManagement.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1648740597343-LowerCaseUserEmail.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652254514002-CommunityNodes.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652367743993-AddUserSettings.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652905585850-AddAPIKeyColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1654090467022-IntroducePinData.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1658932090381-AddNodeIds.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1659902242948-AddJsonKeyPinData.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1660062385367-CreateCredentialsUserRole.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1663755770893-CreateWorkflowsEditorRole.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1664196174001-WorkflowStatistics.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1665484192212-CreateCredentialUsageTable.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1665754637025-RemoveCredentialUsageTable.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1669739707126-AddWorkflowVersionIdColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1669823906995-AddTriggerCountColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1671535397530-MessageEventBusDestinations.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
1671726148421-RemoveWorkflowDataLoadedFlag.ts refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
1673268682475-DeleteExecutionsWithWorkflows.ts fix: Add schema to postgres migrations (hotfix) (#5218) 2023-01-23 10:16:20 +01:00
1674138566000-AddStatusToExecutions.ts feat(core): Add execution runData recovery and status field (#5112) 2023-02-17 10:54:07 +01:00
1674509946020-CreateLdapEntities.ts feat(core): Add LDAP support (#3835) 2023-01-25 02:18:39 +01:00
1675940580449-PurgeInvalidWorkflowConnections.ts fix(core): Do not remove empty output connections arrays in PurgeInvalidWorkflowConnections migration (#5546) 2023-02-22 14:20:06 +01:00
1676996103000-MigrateExecutionStatus.ts fix(core): Fix execution status filters (#5533) 2023-02-21 21:44:46 +01:00
1677236854063-UpdateRunningExecutionStatus.ts fix: Prevent executions from displaying as running forever (#5563) 2023-02-24 14:53:49 +01:00
1677501636754-CreateVariables.ts fix(core): Use tablePrefix in the CreateVariables migration (no-changelog) (#6011) 2023-04-19 12:42:46 +02:00
1679416281778-CreateExecutionMetadataTable.ts feat: Execution custom data saving and filtering (#5496) 2023-03-23 18:07:46 +01:00
1681134145996-AddUserActivatedProperty.ts feat(core): Add migration to add property userActivated to user settings (no-changelog) (#5940) 2023-04-21 11:15:08 -04:00
index.ts feat(core): Add migration to add property userActivated to user settings (no-changelog) (#5940) 2023-04-21 11:15:08 -04:00