logo

mastofe

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

20171006142024_add_uri_to_custom_emojis.rb (184B)


  1. class AddUriToCustomEmojis < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :custom_emojis, :uri, :string
  4. add_column :custom_emojis, :image_remote_url, :string
  5. end
  6. end