Files
twenty/packages/twenty-front
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
..
2024-03-31 10:53:37 +02:00
2023-12-10 18:10:54 +01:00
2024-06-23 20:12:18 +02:00
2024-06-13 17:39:46 +02:00
2024-06-30 20:02:13 +02:00
2024-06-30 21:54:11 +02:00

Run yarn dev while server running on port 3000