mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Add 'dynamic favicon' to User
This commit is contained in:
parent
ce82d18df5
commit
3a02012dc5
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddDynamicFaviconPreferenceToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :dynamic_favicon, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue