Commit b34f37aef8119f64b28124023ded894e8f3bf450

Authored by AntonioTerceiro
1 parent db5fd27d

ActionItem154: removing unused field


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1304 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
db/migrate/003_create_profiles.rb
@@ -5,7 +5,6 @@ class CreateProfiles < ActiveRecord::Migration @@ -5,7 +5,6 @@ class CreateProfiles < ActiveRecord::Migration
5 t.column :type, :string 5 t.column :type, :string
6 t.column :identifier, :string 6 t.column :identifier, :string
7 t.column :environment_id, :integer 7 t.column :environment_id, :integer
8 - t.column :design_data, :text  
9 8
10 t.column :active, :boolean, :default => true 9 t.column :active, :boolean, :default => true
11 t.column :address, :string 10 t.column :address, :string