Sha256: 79c3d3ea6bd9e693f506c347fb4cb116e6e210dc020032e0210ce11776d8a0c6
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
class AddCompanyBusinessToTaskType < ActiveRecord::Migration def change add_column :task_types, :company_business_id, :integer add_index :task_types, :company_business_id end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | db/migrate/20121014202449_add_company_business_to_task_type.rb |
guara-0.0.1.rc | db/migrate/20121014202449_add_company_business_to_task_type.rb |