Sha256: 97a4670fa39037c96be7123d4d5af233e5f5b1afcefa4e3b7f65500e4768961f
Contents?: true
Size: 149 Bytes
Versions: 2
Compression:
Stored size: 149 Bytes
Contents
class AddPrimaryCompanyBusinessToUser < ActiveRecord::Migration def change add_column :users, :primary_company_business_id, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | db/migrate/20121014212430_add_primary_company_business_to_user.rb |
guara-0.0.1.rc | db/migrate/20121014212430_add_primary_company_business_to_user.rb |