Sha256: 6922b9201461e73993f0817d1f789136de59d624d3be43a6ea007b32fa875da9

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

class RemoveTransactionLoggableFromTransactionableTransactions < ActiveRecord::Migration
  def change
    remove_column :transactionable_transactions, :transaction_loggable_id, :integer
    remove_column :transactionable_transactions, :transaction_loggable_type, :string
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
transactionable-0.3.1 db/migrate/20140307200730_remove_transaction_loggable_from_transactionable_transactions.rb
transactionable-0.3.0 db/migrate/20140307200730_remove_transaction_loggable_from_transactionable_transactions.rb