From 412ffbaa0251fab65d1d7dd95dc71ee388eab1e3 Mon Sep 17 00:00:00 2001 From: DanielaFeitosa Date: Mon, 30 Jul 2007 18:58:13 +0000 Subject: [PATCH] ActionItem6: removing "" from false --- db/migrate/002_create_profiles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/002_create_profiles.rb b/db/migrate/002_create_profiles.rb index d9ba365..e6019dc 100644 --- a/db/migrate/002_create_profiles.rb +++ b/db/migrate/002_create_profiles.rb @@ -8,7 +8,7 @@ class CreateProfiles < ActiveRecord::Migration t.column :flexible_template_template, :string, :default => "default" t.column :flexible_template_theme, :string, :default => "default" t.column :flexible_template_icon_theme, :string, :default => "default" - t.column :active, :boolean, :default => "false" + t.column :active, :boolean, :default => false #person fields t.column :user_id, :integer -- libgit2 0.21.2