Skip to content

fix: issue relationships struct#5893

Merged
klesh merged 4 commits into
mainfrom
fix#5688
Aug 16, 2023
Merged

fix: issue relationships struct#5893
klesh merged 4 commits into
mainfrom
fix#5688

Conversation

@abeizn
Copy link
Copy Markdown
Contributor

@abeizn abeizn commented Aug 16, 2023

Summary

Modify the issue relationships structure to ensure that it can be associated with the 'issues' table.

Does this close any open issues?

Closes #5688

Screenshots

image

image

Other Information

Any other information that is important to this PR.

@abeizn abeizn requested a review from klesh August 16, 2023 08:54
SourceIssueId string `gorm:"primaryKey;type:varchar(255);index"`
TargetIssueId string `gorm:"primaryKey;type:varchar(255)"`
OriginalType string `gorm:"type:varchar(255)"`
NoPKModel
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be a of the pk

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@klesh klesh merged commit d529e01 into main Aug 16, 2023
@klesh klesh deleted the fix#5688 branch August 16, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature][Data Model] Modeling issue relations

2 participants