Sha256: 9e202847ff4bff5260d940531efe8653d99ba4d320b1e7ecdadb7f33b7e39d9c

Contents?: true

Size: 193 Bytes

Versions: 5

Compression:

Stored size: 193 Bytes

Contents

class AddPaidAtToWorkUnitsTable < ActiveRecord::Migration
  def self.up
    add_column :work_units, :paid_at, :datetime
  end

  def self.down
    remove_column :work_units, :paid_at
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 db/migrate/20101020162216_add_paid_at_to_work_units_table.rb
xrono-1.0.3 db/migrate/20101020162216_add_paid_at_to_work_units_table.rb
xrono-1.0.2 db/migrate/20101020162216_add_paid_at_to_work_units_table.rb
xrono-1.0.1 db/migrate/20101020162216_add_paid_at_to_work_units_table.rb
xrono-1.0.0 db/migrate/20101020162216_add_paid_at_to_work_units_table.rb