Issue 45: Create new database nemadatarepositorydev with updated schema
Project Member Reported by kumarami...@gmail.com, Feb 3, 2010
This one is for Kris;

I am doing a test deploy for 0.5.0 with the newest everything including
repository. I see you have updated the datamodel for the repository, can
you create another small database and name it nemadatarepositorydev with
the data that is uptodate. Put it on the nema box.

As it stands, The exception I am getting is

populating types map with query: SELECT * FROM task_type
Feb 3, 2010 9:10:19 PM
org.imirsel.nema.repository.RepositoryClientConnectionPool <init>
SEVERE: Failed to initialise RepositoryClientConnectionPool!
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table
'nemadatarepository.task_type' doesn't exist
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)




Feb 4, 2010
Project Member #1 kris.west@gmail.com
Apologies forgot to checkin changes with that DB change (took ages to test fully). I was removing an incorrect 
part of the data model that tied datasets to tasks and collections inappropriately. Will resolve shortly. Will also 
create a development DB that our development server and JUnit tests should work with by default.
Cc: kumaramit01
Feb 4, 2010
Project Member #2 kris.west@gmail.com
(No comment was entered for this change.)
Status: Fixed