Commit 53f623e81af86705ebd324fe03d4c9f520d45231

Authored by AntonioTerceiro
1 parent ffafeb89

ActionItem521: removing migration

the field was already there

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2139 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
db/migrate/044_add_region_to_profile.rb
... ... @@ -1,9 +0,0 @@
1   -class AddRegionToProfile < ActiveRecord::Migration
2   - def self.up
3   - add_column :profiles, :region_id, :integer
4   - end
5   -
6   - def self.down
7   - remove_column :profiles, :region_id
8   - end
9   -end