DEV: removes comment about disable_jump_reply (#12939)

This has been removed in 40fa96777d
This commit is contained in:
Joffrey JAFFEUX
2021-05-04 11:44:09 +02:00
committed by GitHub
parent 167bbb259f
commit d14a7f1965

View File

@@ -200,8 +200,6 @@ class UserOption < ActiveRecord::Base
end
# TODO: Drop disable_jump_reply column. Functionality removed April 2019
# == Schema Information
#
# Table name: user_options
@@ -212,7 +210,6 @@ end
# external_links_in_new_tab :boolean default(FALSE), not null
# enable_quoting :boolean default(TRUE), not null
# dynamic_favicon :boolean default(FALSE), not null
# disable_jump_reply :boolean default(FALSE), not null
# automatically_unpin_topics :boolean default(TRUE), not null
# digest_after_minutes :integer
# auto_track_topics_after_msecs :integer