<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,6 +47,11 @@ try just installing it as a normal gem:
 
   gem install mbleigh-acts-as-taggable-on --source http://gems.github.com
 
+Post Installation (Rails)
+-------------------------
+1. script/generate acts_as_taggable_on_migration
+2. rake db/migrate
+
 Testing
 =======
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,8 @@ class ActsAsTaggableOnMigration &lt; ActiveRecord::Migration
     create_table :taggings do |t|
       t.column :tag_id, :integer
       t.column :taggable_id, :integer
+      t.column :tagger_id, :integer
+      t.column :tagger_type, :string
       
       # You should make sure that the column created is
       # long enough to store the required class names.
@@ -18,9 +20,6 @@ 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</diff>
      <filename>generators/acts_as_taggable_on_migration/templates/migration.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f6e93ae0bc4d3313bc6f30588ef95eff38c196b</id>
    </parent>
  </parents>
  <author>
    <name>Harry Love</name>
    <email>harry@jetrecord.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/ac957fb7240ff7fbda285bb9143966e2190bb08a</url>
  <id>ac957fb7240ff7fbda285bb9143966e2190bb08a</id>
  <committed-date>2008-06-23T18:07:16-07:00</committed-date>
  <authored-date>2008-06-23T18:07:16-07:00</authored-date>
  <message>Add post-installation instructions; move add_column commands into add_table</message>
  <tree>49203f46b624e389f078401ea458c0bc661e9a9f</tree>
  <committer>
    <name>Harry Love</name>
    <email>harry@jetrecord.com</email>
  </committer>
</commit>
