Commit b34f37aef8119f64b28124023ded894e8f3bf450
1 parent
db5fd27d
Exists in
master
and in
28 other branches
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 | 5 | t.column :type, :string |
| 6 | 6 | t.column :identifier, :string |
| 7 | 7 | t.column :environment_id, :integer |
| 8 | - t.column :design_data, :text | |
| 9 | 8 | |
| 10 | 9 | t.column :active, :boolean, :default => true |
| 11 | 10 | t.column :address, :string | ... | ... |