Author: bleny Date: 2014-04-30 18:36:52 +0200 (Wed, 30 Apr 2014) New Revision: 1920 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1920 Log: do NOT update via hibernate since flyway deal with it Modified: trunk/wao-persistence/src/main/resources/wao.properties Modified: trunk/wao-persistence/src/main/resources/wao.properties =================================================================== --- trunk/wao-persistence/src/main/resources/wao.properties 2014-04-30 14:25:45 UTC (rev 1919) +++ trunk/wao-persistence/src/main/resources/wao.properties 2014-04-30 16:36:52 UTC (rev 1920) @@ -24,7 +24,6 @@ hibernate.connection.password= hibernate.dialect=org.hibernate.dialect.H2Dialect -hibernate.hbm2ddl.auto=update hibernate.show_sql=false hibernate.format_sql=true hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy
participants (1)
-
bleny@users.forge.codelutin.com