Sha256: d3728a878eec6075375932a38f8efd8809a2c2dce29cc94073361867680c3636

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

class AddOrganizationToSchedules < ActiveRecord::Migration
  def change
    add_column :schedules, :organization_id, :integer
  end
  
  def down
    remove_column :schedules, :organization_id, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150616070816_add_organization_to_schedules.rb
pshq_engine-0.1.5 db/migrate/20150616070816_add_organization_to_schedules.rb
pshq_engine-0.0.1 db/migrate/20150616070816_add_organization_to_schedules.rb