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