Conversation
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:20806 This environment will automatically shut down when the PR is closed or after 5 hours. |
Greptile OverviewGreptile SummaryThis PR fixes a bug where index field metadata changes would not be detected during field name updates. The fix adds the missing Key changes:
The fix ensures that when a field name is updated, the side effect mutation to index fields is now properly detected by the builder, preventing index field desynchronization. The Confidence Score: 5/5
Important Files Changed
|
Introduction
Related twentyhq/core-team-issues#2227
On a field name update side effect leading to an index field mutation it wouldn't get caught by the builder leading to an index field desync
We should land on a standard pattern regarding the field index either jsonb or syncableEntity so this would not occur anymore as it would have been strictly typed