Hello!
In the Task entity, I would like to switch "parent" relation from Children-to-parent to many-to-one. I need to be able to attach more than one parent to a task (for example multiple accounts), what would be the best way to do this?
In the Task entity, I would like to switch "parent" relation from Children-to-parent to many-to-one. I need to be able to attach more than one parent to a task (for example multiple accounts), what would be the best way to do this?
Comment