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 exportDataSources(helper *commitHelper, job *gitExportJob) error {
cmd := &datasources.GetDataSourcesQuery{
OrgId: job.orgID,
OrgId: helper.orgID,
}
err := job.sql.GetDataSources(helper.ctx, cmd)
if err != nil {