pgarland1 / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

SQL creation/update script #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add an automatic creation/update script and manahe the dbschema there instead 
of hibernate.
Change the hibernate property 'update' to the keyword that ensure that 
hibernate does not create/alter the db.

Original issue reported on code.google.com by alex.bel...@gmail.com on 5 Aug 2011 at 9:21

GoogleCodeExporter commented 8 years ago

Original comment by alex.bel...@gmail.com on 12 Sep 2011 at 10:16

GoogleCodeExporter commented 8 years ago
The update script and mechanism to handle future database upgrade will be part 
of the next build (0.21).

The database creation and update will not be done by hibernate anymore. Each 
software version will perform the necessary upgrade on the database 
(DatabaseVersionningBpImpl).

Original comment by alex.bel...@gmail.com on 21 Sep 2011 at 4:09