mastodon/db/migrate/20190627222826_add_category...

6 lines
141 B
Ruby

class AddCategoryIdToCustomEmojis < ActiveRecord::Migration[5.2]
def change
add_column :custom_emojis, :category_id, :bigint
end
end