From 33abd68bdff4abaaafa7dc12ae5450bfa6af3126 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 30 Jan 2020 17:51:55 +0530 Subject: [PATCH] fix the build. --- ...859_remove_bounce_score_threshold_deactivate_site_setting.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrate/20200130115859_remove_bounce_score_threshold_deactivate_site_setting.rb b/db/migrate/20200130115859_remove_bounce_score_threshold_deactivate_site_setting.rb index 34f0f265f70..251854ac013 100644 --- a/db/migrate/20200130115859_remove_bounce_score_threshold_deactivate_site_setting.rb +++ b/db/migrate/20200130115859_remove_bounce_score_threshold_deactivate_site_setting.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class RemoveBounceScoreThresholdDeactivateSiteSetting < ActiveRecord::Migration[6.0] def up execute "DELETE FROM site_settings WHERE name = 'bounce_score_threshold_deactivate'"