dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10800
Re: Trouble upgrading to 2.1
Hi,
Den 2. mars 2011 kl. 18.08 skrev Jason Pickering:
> Using the latest snapshot from Jenkins, I get this upgrading from 2.0.6 to 2.1
>
> * ERROR 13:35:46,079 ERROR: column dataelemen1_.uuid does not exist
> Position: 166 (JDBCExceptionReporter.java [Thread-2])
Since we want to use a more stable id for external communication, I think I added uuid to dataelement (at least I've added the population of uuids on startup).
I think that means you have to have
hibernate.hbm2ddl.auto = update
set on the first startup for Hibernate to take care of adding it. I think this is our "default" way of handling db changes, but we should probably be more explicit about it..
Jo
Follow ups
References