This seems to be the migration that vestal_versions generates:
http://github.com/laserlemon/vestal_versions/blob/master/generators/vestal_versions/templates/migration.rb.
I assume you can just copy that into your app (just replace
ActiveRecord::Migration with V 1.1).
// Magnus Holm
On Tue, Jun 29, 2010 at 17:56, David Susco <dsusco at gmail.com>
wrote:> Has anyone had any experience with vestal_versions, has_versioning, or
> another similar gem with camping?
>
> I''m currently fooling around with vestal_versions ( :P ) trying to
> figure out how to create the version table. Apparently this is handled
> via a script/db migration in Rails, and without something similar to
> the handy create_versioned_table call that''s in acts_as_versioned.
>
> --
> Dave
> _______________________________________________
> Camping-list mailing list
> Camping-list at rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list
>