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
Work on #1485 exposed the fact that the current Target table has a project_id column, a ManyToMany relationship. The question is ... Can a Target record legitimately refer to more than one Project (Proposal)? If not the project_id record can be replaced by a simpler relationship.
Interestingly...
The existing (legacy) Production stack does have 16 Targets that have two Project relationships: -
Work on #1485 exposed the fact that the current Target table has a
project_id
column, aManyToMany
relationship. The question is ... Can a Target record legitimately refer to more than one Project (Proposal)? If not theproject_id
record can be replaced by a simpler relationship.Interestingly...
The existing (legacy) Production stack does have 16 Targets that have two Project relationships: -
The text was updated successfully, but these errors were encountered: