Sha256: 317b3c24c2919329713aaeea3046d5988e3ff5b782a98d620da8fb45b7e66cad
Contents?: true
Size: 298 Bytes
Versions: 18
Compression:
Stored size: 298 Bytes
Contents
class AddRelatedIdRelatedTypeToAttachment < ActiveRecord::Migration def up add_column :attachments, :related_id, :integer add_column :attachments, :related_type, :string end def down remove_column :attachments, :related_id remove_column :attachments, :related_type end end
Version data entries
18 entries across 18 versions & 2 rubygems