logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20171020084748_add_visible_in_picker_to_custom_emoji.rb (209B)


  1. class AddVisibleInPickerToCustomEmoji < ActiveRecord::Migration[5.1]
  2. def change
  3. safety_assured {
  4. add_column :custom_emojis, :visible_in_picker, :boolean, default: true, null: false
  5. }
  6. end
  7. end