<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,6 +17,8 @@ class AddTagSupport &lt; ActiveRecord::Migration
   end
 
   def self.down
+    remove_index :taggings, [:tag_id, :taggable_id, :taggable_type]
+    remove_index :tags, :name
     drop_table :taggings
     drop_table :tags
   end</diff>
      <filename>db/migrate/025_add_tag_support.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4316912e86d421837cd016a77bbd2f217b173fb3</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/edb6afd1158bbb5f701abbe339a855f1167513d6</url>
  <id>edb6afd1158bbb5f701abbe339a855f1167513d6</id>
  <committed-date>2008-08-03T13:05:31-07:00</committed-date>
  <authored-date>2008-08-03T13:05:31-07:00</authored-date>
  <message>add some indexes that speed up some queries

found with the help of query_reviewer at http://code.google.com/p/query-reviewer/
also fixed a removal of an index when you migrate back
you need to rake db:migrate to create the indexes</message>
  <tree>fdfd80283d38a2592ce475777e54460d374b6285</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
