mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 13:33:51 -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…
Add table
Add a link
Reference in a new issue