Author: fdesbois Date: 2010-04-06 09:35:00 +0000 (Tue, 06 Apr 2010) New Revision: 424 Modified: trunk/wao-business/src/main/filters/Wao.properties Log: Change default value for hibernate.hbm2ddl.auto to update (instead of create) Modified: trunk/wao-business/src/main/filters/Wao.properties =================================================================== --- trunk/wao-business/src/main/filters/Wao.properties 2010-04-06 08:31:35 UTC (rev 423) +++ trunk/wao-business/src/main/filters/Wao.properties 2010-04-06 09:35:00 UTC (rev 424) @@ -1,5 +1,5 @@ ## Default properties for H2 database -hibernate.hbm2ddl.auto=create +hibernate.hbm2ddl.auto=update hibernate.show_sql=false hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.connection.username=sa