<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@ class ActsAsTaggableOnMigrationGenerator &lt; Rails::Generator::Base
   def manifest 
     record do |m| 
       m.migration_template 'migration.rb', 'db/migrate', :migration_file_name =&gt; &quot;acts_as_taggable_on_migration&quot;
-      m.migration_template 'add_users_migration.rb', 'db/migrate', :migration_file_name =&gt; &quot;add_users_to_acts_as_taggable_on_migration&quot;
-    end 
+    end
   end
 end</diff>
      <filename>generators/acts_as_taggable_on_migration/acts_as_taggable_on_migration_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,10 +18,16 @@ class ActsAsTaggableOnMigration &lt; ActiveRecord::Migration
     
     add_index :taggings, :tag_id
     add_index :taggings, [:taggable_id, :taggable_type, :context]
+    
+    add_column :taggings, :tagger_id, :integer
+    add_column :taggings, :tagger_type, :string
   end
   
   def self.down
     drop_table :taggings
     drop_table :tags
+    
+    remove_column :taggings, :tagger_type
+    remove_column :taggings, :tagger_id
   end
 end</diff>
      <filename>generators/acts_as_taggable_on_migration/templates/migration.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/acts_as_taggable_on_migration/templates/add_users_migration.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1879e96e133ac3f45c7105d204be247c7b933530</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/8113f9a98747fee8c6d14eb788508ebf6bd1d5ea</url>
  <id>8113f9a98747fee8c6d14eb788508ebf6bd1d5ea</id>
  <committed-date>2008-06-11T11:24:11-07:00</committed-date>
  <authored-date>2008-06-11T11:24:11-07:00</authored-date>
  <message>Consolidated migrations so that duplicate timestamps aren't created. [#12 status:resolved]</message>
  <tree>c072045779688775ccf900035ef76d32101c35ec</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
