Commit 7c2bfc0d0e12d39bd1e8030ac5a3e3b510da9c4f

Authored by AntonioTerceiro
1 parent 14af3917

r291@sede: terceiro | 2007-07-31 09:39:26 -0300

ActionItem0: merging fix to CreateProfiles: s/"false"/false/
 


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@286 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
db/migrate/003_create_profiles.rb
... ... @@ -8,7 +8,7 @@ class CreateProfiles < ActiveRecord::Migration
8 8 t.column :flexible_template_template, :string, :default => "default"
9 9 t.column :flexible_template_theme, :string, :default => "default"
10 10 t.column :flexible_template_icon_theme, :string, :default => "default"
11   - t.column :active, :boolean, :default => "false"
  11 + t.column :active, :boolean, :default => false
12 12  
13 13 #person fields
14 14 t.column :user_id, :integer
... ...