remove datasource from sqlstore (#55288)

This commit is contained in:
ying-jeanne
2022-09-16 06:20:26 -04:00
committed by GitHub
parent 18f33871d1
commit e4741ce8d6
9 changed files with 26 additions and 842 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func exportDataSources(helper *commitHelper, job *gitExportJob) error {
cmd := &datasources.GetDataSourcesQuery{
OrgId: helper.orgID,
}
err := job.sql.GetDataSources(helper.ctx, cmd)
err := job.datasourceService.GetDataSources(helper.ctx, cmd)
if err != nil {
return nil
}