diff --git a/db/migrate/003_create_profiles.rb b/db/migrate/003_create_profiles.rb index 8f5eab9..c50a09b 100644 --- a/db/migrate/003_create_profiles.rb +++ b/db/migrate/003_create_profiles.rb @@ -5,7 +5,6 @@ class CreateProfiles < ActiveRecord::Migration t.column :type, :string t.column :identifier, :string t.column :environment_id, :integer - t.column :design_data, :text t.column :active, :boolean, :default => true t.column :address, :string -- libgit2 0.21.2