Commit ed6ded5db01a2cf3f94396d763c21c0c11cd9717

Authored by Antonio Terceiro
1 parent 0a0c7af5

Renumbering migration

db/migrate/080_add_visible_to_profiles.rb
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
1 -class AddVisibleToProfiles < ActiveRecord::Migration  
2 - def self.up  
3 - add_column :profiles, :visible, :boolean, :default => true  
4 - end  
5 -  
6 - def self.down  
7 - remove_column :profiles, :visible  
8 - end  
9 -end  
db/migrate/081_add_visible_to_profiles.rb 0 → 100644
@@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
  1 +class AddVisibleToProfiles < ActiveRecord::Migration
  2 + def self.up
  3 + add_column :profiles, :visible, :boolean, :default => true
  4 + end
  5 +
  6 + def self.down
  7 + remove_column :profiles, :visible
  8 + end
  9 +end