class ChangeShifts < ActiveRecord::Migration
  def self.up
    add_column :shifts, :description, :string
   end
  
  def self.down
  end
end

