Sha256: 7cfd65544f8c3994cf28bad49d1347c0f64387cadb27fb31ce92539c79415b02

Contents?: true

Size: 192 Bytes

Versions: 3

Compression:

Stored size: 192 Bytes

Contents

class AddShiftoffToShifts < ActiveRecord::Migration
  def change
  	add_column :shifts, :shift_off_id, :integer 
  end

  def down
  	remove_column :shifts, :shift_off_id, :integer 
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150306120726_add_shiftoff_to_shifts.rb
pshq_engine-0.1.5 db/migrate/20150306120726_add_shiftoff_to_shifts.rb
pshq_engine-0.0.1 db/migrate/20150306120726_add_shiftoff_to_shifts.rb