summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/database
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/rails/database')
-rw-r--r--lib/puppet/rails/database/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/rails/database/schema.rb b/lib/puppet/rails/database/schema.rb
index 0bc4bc5cb..81a1cdbc3 100644
--- a/lib/puppet/rails/database/schema.rb
+++ b/lib/puppet/rails/database/schema.rb
@@ -42,7 +42,6 @@ class Puppet::Rails::Schema
t.column :updated_at, :datetime
end
add_index :puppet_tags, :id, :integer => true
- add_index :puppet_tags, :name
create_table :hosts do |t|
t.column :name, :string, :null => false