Thanks, that looks really nice! On Mon, Feb 18, 2013 at 11:02 AM, Josh Berry <[email protected]> wrote: > Have you seen scala-migrations? http://code.google.com/p/scala-migrations > > > On Mon, Feb 18, 2013 at 12:52 PM, phil swenson <[email protected]> > wrote: >> >> 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. >> >> > > -- > 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. > >
-- 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.
