mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
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]
|
||||
def up
|
||||
execute "DELETE FROM site_settings WHERE name = 'bounce_score_threshold_deactivate'"
|
||||
|
|
Loading…
Reference in New Issue
Block a user