mirror of https://github.com/mastodon/mastodon
Feature: Unlisted custom emojis (#5485)
parent
0cb329f63a
commit
781105293c
@ -0,0 +1,7 @@
|
|||||||
|
class AddVisibleInPickerToCustomEmoji < ActiveRecord::Migration[5.1]
|
||||||
|
def change
|
||||||
|
safety_assured {
|
||||||
|
add_column :custom_emojis, :visible_in_picker, :boolean, default: true, null: false
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue