<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/acts_as_amazon_product_migration/acts_as_amazon_product_migration_generator.rb</filename>
    </added>
    <added>
      <filename>generators/acts_as_amazon_product_migration/templates/migration.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,15 +6,10 @@ existing model.
 == Setup
 
 This code does not require changing any current database tables.  It only requires 
-adding one migration for a single new table used to cache responses from Amazon:
-
-	ActiveRecord::Base.connection.create_table :amazon_products do |t|
-	  t.column :asin, :string
-	  t.column :xml, :text
-	  t.column :created_at, :datetime, :null =&gt; false
-	  t.column :amazonable_id, :integer, :default =&gt; 0, :null =&gt; false
-	  t.column :amazonable_type, :string, :limit =&gt; 15, :default =&gt; &quot;&quot;, :null =&gt; false
-	end
+adding one migration for a single new table used to cache responses from Amazon.
+Run the following to create the migration:
+
+  script/generate acts_as_amazon_product_migration
 
 == Using acts_as_amazon_product
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>64207a6d1e90d5a549884b92c449b3aa64b2ae42</id>
    </parent>
  </parents>
  <author>
    <name>David Eisinger</name>
    <email>dce@roflanagan.local</email>
  </author>
  <url>http://github.com/netphase/aaap/commit/1e678ef4b46e9012346e0c0921d012fe54e7d42c</url>
  <id>1e678ef4b46e9012346e0c0921d012fe54e7d42c</id>
  <committed-date>2008-07-03T12:00:36-07:00</committed-date>
  <authored-date>2008-07-03T12:00:36-07:00</authored-date>
  <message>Added a generator to create the amazon_products database migration</message>
  <tree>7c98839ff1893a127e32a5ebdf16299ffcd8be92</tree>
  <committer>
    <name>David Eisinger</name>
    <email>dce@roflanagan.local</email>
  </committer>
</commit>
