n8n/packages/cli/src/databases/entities
Ricardo Espinoza 535dfe0838
fix: Fix issue with long credential type names (#2961)
* 🐛 Fix issue when saving long credential's types

The column type in the entity credentials was varchar(33) but nodes like Google Cloud Natural Language exceed the type length. The issue in only found when using Postgres. Mysql works fine as the column type has the proper length. Probably a migration at some point did not property update the column.

https://community.n8n.io/t/google-cloud-natural-language-credentials-error-too-long-value/12003/4

* 👕 Fix lint issue

*  Improvement
2022-03-13 10:47:19 +01:00
..
CredentialsEntity.ts fix: Fix issue with long credential type names (#2961) 2022-03-13 10:47:19 +01:00
ExecutionEntity.ts 🗃️ Add relevant indexes in execution_entity (#2794) 2022-02-18 15:59:34 +01:00
index.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
TagEntity.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00
WebhookEntity.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowEntity.ts Change credentials structure (#2139) 2021-10-13 15:21:00 -07:00