On Feb 24, 12:47 pm, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
> We're currently using Rails migrations and I've been thinking if
> putting migrations into the app is really the right approach? What
> happens if migrations fail? It's not easy for the app itself to
> rollback to the previous version :-)

There is obviously a strong relationship between the code and the
database, especially when you are adding columns/fields to tables/
classes, so I like managing the code and database together.  But as
much as I like the DSL approach of Scala-Migrations, I'm sticking with
the richness of Liquibase:  http://liquibase.org/

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to