Sha256: 90315779c9a2e679d4f0c176452dba2c9b3155d04faa0e393533f4628aa3da84
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# This migration comes from calagator (originally 5) class AddEndTimeToEvents < ActiveRecord::Migration def self.up add_column :events, :end_time, :timestamp end def self.down remove_column :events, :end_time end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calagator-0.0.1.pre1 | spec/dummy/db/migrate/20150309023308_add_end_time_to_events.calagator.rb |