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