winton / acts_as_archive

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

no more numbering in migration #46

Open jgreindl opened 12 years ago

jgreindl commented 12 years ago

when using : rails g migration xxx, the created migration will have no more numbering see my problem here : http://stackoverflow.com/questions/10855883/rails-generate-migration-no-more-version-number-acts-as-archive-compatibility?

I'm using rails 3.2 - ruby 1.9.2 - rvm - mysql