Export: include alerts, thumbnails, usage stats, and short urls (#51938)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user