PublicDashboards: Adds middleware for email sharing (#61950)

adds Share field to PublicDashboard model
pull/62046/head
owensmallwood 3 years ago committed by GitHub
parent fbfb79afce
commit dd597c3a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/publicdashboards/models/models.go

@ -39,6 +39,7 @@ type PublicDashboard struct {
AccessToken string `json:"accessToken" xorm:"access_token"`
AnnotationsEnabled bool `json:"annotationsEnabled" xorm:"annotations_enabled"`
TimeSelectionEnabled bool `json:"timeSelectionEnabled" xorm:"time_selection_enabled"`
Share string `json:"share"`
CreatedBy int64 `json:"createdBy" xorm:"created_by"`
UpdatedBy int64 `json:"updatedBy" xorm:"updated_by"`

Loading…
Cancel
Save