Skip to content

Adds DB-sensitive tablename escape for backup task.

gitlab-qa-bot requested to merge github/fork/chrislawlor/2437 into master

Created by: chrislawlor

Uses ActiveRecord::Base.connection.quote_table_name.

Fixes issue 2437 https://github.com/gitlabhq/gitlabhq/pull/2437

This should be safe to backport.

Merge request reports