mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
FEATURE: new 'automatically_unpin_topics' user preference
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddAutomaticallyUnpinTopicsToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :automatically_unpin_topics, :boolean, nullabe: false, default: true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user