DEV: migration to remove 'bounce_score_threshold_deactivate' setting record
This commit is contained in:
parent
62c21ba649
commit
a3115e430e
|
@ -0,0 +1,9 @@
|
|||
class RemoveBounceScoreThresholdDeactivateSiteSetting < ActiveRecord::Migration[6.0]
|
||||
def up
|
||||
execute "DELETE FROM site_settings WHERE name = 'bounce_score_threshold_deactivate'"
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue