winton / acts_as_archive

Don't delete your records, move them to a different table
MIT License
372 stars 87 forks source link

fix timestamps missing on rails generated migrations #47

Open fojas opened 12 years ago

fojas commented 12 years ago

The timestamps are missing on the migrations generated after adding acts_as_archive to my project. It appears to be related to a bug in also_migrate. This just updates the version of also_migrate that acts_as_archive depends on.

fojas commented 12 years ago

Sorry, I just realized that this is a duplicate of issue #46