Sha256: c26f14231a66d86224fc72ff53b1ad02728ef7fec69bff08f989130eb07903de
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
class AddImages < ActiveRecord::Migration def change add_column :tasks_taskables_questions, :image, :string add_column :tasks_taskables_image_requests, :image, :string add_column :tasks_taskables_url_requests, :image, :string add_column :tasks_taskables_text_requests, :image, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems