Sha256: 9ff34e97318651c610c4943ed9938eef1379217af42cbaa79e251cfe37749371

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

class RemoveAncestryFromLegalNatures < ActiveRecord::Migration
  def up
    remove_column :legal_natures, :ancestry
  end

  def down
    add_column :legal_natures, :ancestry, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20111005135305_remove_ancestry_from_legal_natures.rb