Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reference name to resource reference API proto #1781

Merged
merged 20 commits into from
Aug 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
IronPan committed Aug 13, 2019
commit 6c9b1da8c22de4e9297a61aea0ef2af881301b8e
2 changes: 1 addition & 1 deletion backend/src/apiserver/model/resource_reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ type ResourceReference struct {
Relationship common.Relationship `gorm:"column:Relationship; not null; "`

// The json formatted blob of the resource reference.
Payload string `gorm:"column:Payload; not null; "`
Payload string `gorm:"column:Payload; not null; size:65535 "`
}