Export: include alerts, thumbnails, usage stats, and short urls (#51938)

This commit is contained in:
Ryan McKinley
2022-07-11 16:25:40 -07:00
committed by GitHub
parent 0e066dd5f8
commit 3003a48dc6
15 changed files with 454 additions and 211 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
func exportSnapshots(helper *commitHelper, job *gitExportJob) error {
cmd := &dashboardsnapshots.GetDashboardSnapshotsQuery{
OrgId: job.orgID,
OrgId: helper.orgID,
Limit: 500000,
SignedInUser: nil,
}