Has anyone found an open source java (or JVM) project that implements
anything like rails-like migrations? All I see are naked SQL script
migration techniques.
In rails a migration looks something like this:
class AddWallIdToProjects < ActiveRecord::Migration
def change
add_column :projects, :wall_id, :integer
end
end
Thanks
--
You received this message because you are subscribed to the Google Groups "Java
Posse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/javaposse?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.