-
Notifications
You must be signed in to change notification settings - Fork 15
Eamonn Maguire edited this page Aug 26, 2013
·
5 revisions
This is a list of common questions we face about the ISAvalidator, ISAconverter and the BII Data Manager and the answers to those questions.
- Where is the DDL or schema for the database?
All the schema creation is handled by hibernate, so you don't need to do very much at all. Just create the database in your database instance and hibernate will create all the tables if they don't exist when you first create an account using the BII data manager tool.
- Schema creation is performed every time I load a file or log in. How do I stop this?
Very simple. Edit hibernate.properties after you've created an account for the first time and remove the line hibernate.hbm2ddl.auto=update