Sha256: a50814c5ff745bc9e4a5706fdd5f6bedd41e67399ef10a2307f615a6ae039303

Contents?: true

Size: 114 Bytes

Versions: 1

Compression:

Stored size: 114 Bytes

Contents

class AddPriceToEvents < Migration
  def change
    add_column :events, :price, :float, :default => 0.00
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teacup-0.0.1.pre proposals/other/app/db/migrations/20120514201044_add_price_to_events.rb