n8n/packages
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
..
cli fix: Fix issue with long credential type names (#2961) 2022-03-13 10:47:19 +01:00
core 👕 Fix lint issue 2022-03-12 20:17:09 +01:00
design-system 🔖 Release n8n-design-system@0.13.0 2022-03-07 09:49:41 +00:00
editor-ui feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00
node-dev 🔖 Release n8n-node-dev@0.46.0 2022-03-07 09:48:48 +00:00
nodes-base fix(SeaTableTrigger Node): Fix timezone issues (#2726) 2022-03-13 10:45:26 +01:00
workflow feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00