VUID Rest ReadMe
================

To regenerate the h2_prisme_production.mv.db file:

* go to rails_prisme
* rake db:migrate RAILS_ENV=production
* copy db/data/h2_prisme_production.mv.db to VUID-Rest src/main/resources
* user is 'sa' and password is blank
* open the database to put in an initial row
* execute: 
	INSERT INTO PUBLIC.VUIDS(NEXT_VUID, START_VUID, END_VUID, REQUEST_DATETIME, REQUEST_REASON, USERNAME) VALUES (1, 0, 0, now(), 'Preload', 'System');
* logout
* make sure it's pushed to the repo