20171006142024_add_uri_to_custom_emojis.rb (184B)
- class AddUriToCustomEmojis < ActiveRecord::Migration[5.1]
- def change
- add_column :custom_emojis, :uri, :string
- add_column :custom_emojis, :image_remote_url, :string
- end
- end
git clone https://anongit.hacktivis.me/git/mastofe.git/
20171006142024_add_uri_to_custom_emojis.rb (184B)
- class AddUriToCustomEmojis < ActiveRecord::Migration[5.1]
- def change
- add_column :custom_emojis, :uri, :string
- add_column :custom_emojis, :image_remote_url, :string
- end
- end