PublicDashboards: Adds middleware for email sharing (#61950)

adds Share field to PublicDashboard model
This commit is contained in:
owensmallwood
2023-01-24 18:23:39 -06:00
committed by GitHub
parent fbfb79afce
commit dd597c3a1e

View File

@@ -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"`