Skip to content

Commit

Permalink
Store profile in snapshot (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxwjj authored and leonwanghui committed Dec 20, 2018
1 parent 22478c9 commit 4accca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func CreateVolumeSnapshotDBEntry(ctx *c.Context, in *model.VolumeSnapshotSpec) (
Id: in.Id,
CreatedAt: in.CreatedAt,
},
ProfileId: in.ProfileId,
Name: in.Name,
Description: in.Description,
VolumeId: in.VolumeId,
Expand Down

0 comments on commit 4accca7

Please sign in to comment.