Commit 412ffbaa0251fab65d1d7dd95dc71ee388eab1e3

Authored by DanielaFeitosa
1 parent 67d72e21

ActionItem6: removing "" from false


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@212 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
db/migrate/002_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
... ...