mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
83245aa508
FIX: deprecate invite_passthrough_hours setting
6 lines
169 B
Ruby
6 lines
169 B
Ruby
class RemoveInvitePassthroughHours < ActiveRecord::Migration[5.1]
|
|
def change
|
|
execute "DELETE FROM site_settings WHERE name = 'invite_passthrough_hours'"
|
|
end
|
|
end
|