Class: Wlog::FixAttachmentsPolymorphicTable

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/wlog/migrations/fix_attachments_polymorphic_table.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



9
10
11
12
# File 'lib/wlog/migrations/fix_attachments_polymorphic_table.rb', line 9

def change
  add_column :attachments, :attachable_id, :integer
  add_column :attachments, :attachable_type, :text
end