Sha256: 81504770e5b82752eab51ebbd788e9aa92fac21136e2e2536eab8bf984aa263b

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

class RenameAlchemyCrmContactsOrganisationIntoCompany < ActiveRecord::Migration
  def up
    rename_column :alchemy_crm_contacts, :organisation, :company
  end

  def down
    rename_column :alchemy_crm_contacts, :company, :organisation
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 db/migrate/20120515150400_rename_alchemy_crm_contacts_organisation_into_company.rb
alchemy_crm-2.0.4.1 db/migrate/20120515150400_rename_alchemy_crm_contacts_organisation_into_company.rb
alchemy_crm-2.1.0a db/migrate/20120515150400_rename_alchemy_crm_contacts_organisation_into_company.rb
alchemy_crm-2.0.3 db/migrate/20120515150400_rename_alchemy_crm_contacts_organisation_into_company.rb