mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FEATURE: Add user preference for title counter mode (#7364)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddTitleCountModeToUserOptions < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :user_options, :title_count_mode_key, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user