mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 17:14:05 -08:00
535dfe0838
* 🐛 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 |
||
---|---|---|
.. | ||
CredentialsEntity.ts | ||
ExecutionEntity.ts | ||
index.ts | ||
TagEntity.ts | ||
WebhookEntity.ts | ||
WorkflowEntity.ts |