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
The bidirectional has_and_belongs_to_many is_editor_of/has_editor requires twice as many writes to Fedora than are necessary. Instead we can have one side be has_and_belongs_to_many and the other can just be has_many. What say you curate devs?
The text was updated successfully, but these errors were encountered:
As long as the objects on both sides of the relationship know about the relationship (it's still bidirectional), I'm fine with whatever relationship type is used.
The bidirectional has_and_belongs_to_many is_editor_of/has_editor requires twice as many writes to Fedora than are necessary. Instead we can have one side be has_and_belongs_to_many and the other can just be has_many. What say you curate devs?
The text was updated successfully, but these errors were encountered: