Sha256: 73d2826a395b082b7f1ca893ca8da5a1a2543fb09b66a18469043aeae3a24511

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

class RemoveNeighboordIdFromLandSubdivisions < ActiveRecord::Migration
  def change
    remove_column :land_subdivisions, :neighborhood_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20111226124756_remove_neighboord_id_from_land_subdivisions.rb