brleeflang / eurocarb

Automatically exported from code.google.com/p/eurocarb
0 stars 0 forks source link

Database installation and patching #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We don't have a working method for new developers to do a database installation 
without asking 
for a database dump. We need to be able to do this automatically. There's no 
central repository of 
patches to the database that we are making.

Original issue reported on code.google.com by hir...@gmail.com on 8 Jul 2009 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by hir...@gmail.com on 10 Jul 2009 at 9:52

GoogleCodeExporter commented 9 years ago
To elaborate:

We need a database bundle that has these two bits of functionality
1) Create a new database from scratch
2) Apply patches to the database in order to bring it from one version to 
another

Original comment by hir...@gmail.com on 10 Jul 2009 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by hir...@gmail.com on 10 Jul 2009 at 11:38

GoogleCodeExporter commented 9 years ago
I've been working on the ANT build scripts to get a fully automated build 
process
working.  You can now do a basic install of the db and get it to populate core
tables, etc; still needs lots of work.  

I've also fixed some of the SQL scripts where table definitions don't seem to 
map up
to the hibernate mappings.

Original comment by Damerel...@googlemail.com on 16 Nov 2009 at 10:04