<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ class &lt;%= migration_name %&gt; &lt; ActiveRecord::Migration
       t.integer  &quot;data_file_size&quot;
       t.integer  &quot;attachings_count&quot;, :default =&gt; 0
       t.datetime &quot;created_at&quot;
-      t.datetime &quot;updated_at&quot;
+      t.datetime &quot;data_updated_at&quot;
     end
     
     create_table &quot;attachings&quot; do |t|</diff>
      <filename>generators/polymorphic_paperclip/templates/migration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,6 @@ module LocusFocus
               
               asset = Asset.find(asset_id)
               if asset.attachings.empty? &amp;&amp; delete_if_no_attachings# delete if no longer attached to anything
-                logger.info(asset.data_file_name)
                 asset.data.send(:queue_existing_for_delete)
                 asset.data.send(:flush_deletes)
                 asset.save # needed to permanently remove file name and urls </diff>
      <filename>lib/acts_as_polymorphic_paperclip.rb</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ ActiveRecord::Schema.define(:version =&gt; 0) do
     t.integer  &quot;data_file_size&quot;
     t.integer  &quot;attachings_count&quot;, :default =&gt; 0
     t.datetime &quot;created_at&quot;
-    t.datetime &quot;updated_at&quot;
+    t.datetime &quot;data_updated_at&quot;
     t.integer  &quot;account_id&quot;
   end
 </diff>
      <filename>spec/db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>83915c73bf5f9faf1b554d9affa7cd07d21ff785</id>
    </parent>
  </parents>
  <author>
    <name>Anthony Underwood</name>
    <email>email2ants@gmail.com</email>
  </author>
  <url>http://github.com/heavysixer/paperclippolymorph/commit/5eaa726843e83f961bf90cecff541a634fc76c8b</url>
  <id>5eaa726843e83f961bf90cecff541a634fc76c8b</id>
  <committed-date>2008-11-06T07:29:00-08:00</committed-date>
  <authored-date>2008-11-06T07:29:00-08:00</authored-date>
  <message>schema change to allow for latest paperclip from github (removed unecessary logger call)</message>
  <tree>5a7e7d9b3de92e41dc3871f3876e705921df5469</tree>
  <committer>
    <name>Anthony Underwood</name>
    <email>email2ants@gmail.com</email>
  </committer>
</commit>
