twenty/packages
Marie 6cd154aac6
Forbid names above 63 characters to comply with pg identifier limit (#6095)
Fixes #6032.

Pg has a char limit on identifiers (= table, columns, enum names) of 63
bytes.
Let's limit the metadata names that will be converted to identifiers
(objects names, fields names, relation names, enum values) to 63 chars.
For the sake of simplicity in the FE we will limit the input length of
labels.

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2024-07-04 15:32:42 +02:00
..
twenty-chrome-extension Improve use set next onboarding state (#6076) 2024-06-30 21:00:20 +02:00
twenty-docker Upgrade pg graphql version to 1.5.6 (#5937) 2024-06-18 17:34:16 +02:00
twenty-emails Fix workspaceLogo in invite-email (#5865) 2024-06-14 12:36:24 +02:00
twenty-front Forbid names above 63 characters to comply with pg identifier limit (#6095) 2024-07-04 15:32:42 +02:00
twenty-postgres Upgrade pg graphql version to 1.5.6 (#5937) 2024-06-18 17:34:16 +02:00
twenty-server Forbid names above 63 characters to comply with pg identifier limit (#6095) 2024-07-04 15:32:42 +02:00
twenty-ui Text-to-SQL proof of concept (#5788) 2024-07-04 08:57:26 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website Text-to-SQL proof of concept (#5788) 2024-07-04 08:57:26 +02:00
twenty-zapier Add authentication optional api url parameter (#5803) 2024-06-11 12:08:21 +02:00