You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, secondary indexes are created twice for a model. I suspect that indexes for belongs_to relations are created on the wrong table (other instead of model).
After fixing this, tests should be written on FieldHandler with regard to this issue.
The text was updated successfully, but these errors were encountered:
In some cases, secondary indexes are created twice for a model. I suspect that indexes for
belongs_to
relations are created on the wrong table (other
instead ofmodel
).After fixing this, tests should be written on
FieldHandler
with regard to this issue.The text was updated successfully, but these errors were encountered: