Commit 21158b9d authored by Nick Thomas's avatar Nick Thomas

Merge branch 'bw-fix-job-artifacts-table' into 'master'

fix spelling of fdw table name that caused 500 error

See merge request gitlab-org/gitlab-ee!5040
parents 87f19344 7bb1227f
......@@ -76,7 +76,7 @@ module Geo
#
def fdw_find_job_artifacts
fdw_job_artifacts.joins("INNER JOIN file_registry ON file_registry.file_id = #{fdw_jobs_artifacts_table}.id")
fdw_job_artifacts.joins("INNER JOIN file_registry ON file_registry.file_id = #{fdw_job_artifacts_table}.id")
.with_files_stored_locally
.merge(Geo::FileRegistry.job_artifacts)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment