Skip to content
20190627222826_add_category_id_to_custom_emojis.rb 141 B
Newer Older
class AddCategoryIdToCustomEmojis < ActiveRecord::Migration[5.2]
  def change
    add_column :custom_emojis, :category_id, :bigint
  end
end