fix the build.
This commit is contained in:
parent
a3115e430e
commit
33abd68bdf
|
@ -1,3 +1,5 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class RemoveBounceScoreThresholdDeactivateSiteSetting < ActiveRecord::Migration[6.0]
|
class RemoveBounceScoreThresholdDeactivateSiteSetting < ActiveRecord::Migration[6.0]
|
||||||
def up
|
def up
|
||||||
execute "DELETE FROM site_settings WHERE name = 'bounce_score_threshold_deactivate'"
|
execute "DELETE FROM site_settings WHERE name = 'bounce_score_threshold_deactivate'"
|
||||||
|
|
Loading…
Reference in New Issue