1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-18 16:43:51 -05:00
tootlab-mastodon/db/migrate/20171006142024_add_uri_to_custom_emojis.rb

7 lines
184 B
Ruby

class AddUriToCustomEmojis < ActiveRecord::Migration[5.2]
def change
add_column :custom_emojis, :uri, :string
add_column :custom_emojis, :image_remote_url, :string
end
end