From 6957802283fe2869ef74d61682dc18f89d111207 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 12 Oct 2007 15:06:30 +0000 Subject: [PATCH] ActionItem14: active now defaults to true --- db/migrate/003_create_profiles.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/migrate/003_create_profiles.rb b/db/migrate/003_create_profiles.rb index 2493f2a..646ddeb 100644 --- a/db/migrate/003_create_profiles.rb +++ b/db/migrate/003_create_profiles.rb @@ -5,7 +5,9 @@ class CreateProfiles < ActiveRecord::Migration t.column :type, :string t.column :identifier, :string t.column :environment_id, :integer - t.column :active, :boolean, :default => false + + + t.column :active, :boolean, :default => true t.column :address, :string t.column :contact_phone, :string -- libgit2 0.21.2