Adds DB-sensitive tablename escape for backup task.
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.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
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.