diff --git a/db/migrate/044_add_region_to_profile.rb b/db/migrate/044_add_region_to_profile.rb deleted file mode 100644 index 4d1f080..0000000 --- a/db/migrate/044_add_region_to_profile.rb +++ /dev/null @@ -1,9 +0,0 @@ -class AddRegionToProfile < ActiveRecord::Migration - def self.up - add_column :profiles, :region_id, :integer - end - - def self.down - remove_column :profiles, :region_id - end -end -- libgit2 0.21.2