Skip to content

Commit

Permalink
fixed Addresses < TagMapping relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx authored Feb 12, 2024
1 parent 32a4c30 commit 9fef84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_model.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Table Team {
// ManyToManyTagging
Ref: Tags.tag_group_id > TagGroup.tag_group_id
Ref: TagMapping.tag_id > Tags.tag_id
Ref: Addresses.address > TagMapping.address
Ref: TagMapping.address > Addresses.address

// OneToManyCategorization
Ref: Categories.main_category_id > MainCategories.main_category_id
Expand Down

0 comments on commit 9fef84f

Please sign in to comment.