Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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" />
- Loading branch information