Files
twenty/packages/twenty-server/src
Charles Bochet 2ceb1c87b3 Fix array enum renaming (#9067)
When creating an enum type (let's say post_type_enum), postgres will
automatically create a array enum type based on this enum and prefix it
with an underscore (so _post_type_enum).

Our code was not taking this case into account while dealing with
MULTISELECT

Resources:
https://www.postgresql.org/docs/current/sql-createtype.html

<img width="1329" alt="image"
src="https://github.com/user-attachments/assets/c41bc90c-9884-4995-8fae-d26869153a1d"
/>
2024-12-13 19:16:04 +01:00
..
2024-10-05 00:23:23 +02:00
2024-12-13 19:16:04 +01:00
2024-12-12 15:46:48 +00:00
2024-12-12 15:46:48 +00:00