mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 17:01:09 -06:00
Add xorm tag to dashboard version id (#50599)
This commit is contained in:
parent
9a62849dc3
commit
5a9b622708
@ -13,7 +13,7 @@ var (
|
||||
)
|
||||
|
||||
type DashboardVersion struct {
|
||||
ID int64 `json:"id"`
|
||||
ID int64 `json:"id" xorm:"pk autoincr 'id'"`
|
||||
DashboardID int64 `json:"dashboardId" xorm:"dashboard_id"`
|
||||
ParentVersion int `json:"parentVersion"`
|
||||
RestoredFrom int `json:"restoredFrom"`
|
||||
|
Loading…
Reference in New Issue
Block a user