Taha Hafeez wrote
> 
> I was looking for something like rails migration and came across
> https://github.com/spreadthesource/tapestry5-db-migrations. It looks
> promising. I have a few queries about it :-
> 
> 1) Is it being actively maintained as the last commit was 9 months ago.
> 
> 2) It is based on Tapestry-5.2. Any plans of upgrading to 5.3
> 
> 3) And how do we add a custom column definition like in
> @Column(columnDefinition = "longtext") etc.
> 

We use Liquibase (http://www.liquibase.org/) - it works like a charm. We
created a simple Tapestry service which you can contribute a collection of
Liquibase changelog files. 

This LiquibaseService is called from a HibernateConfigurer which builds the
Hibernate ConnectionProvider and passes the connection to the
LiquibaseService.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/tapestry5-db-migrations-tp5535228p5537715.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to