Had an error creating resources. I believe the error was "could not execute batch"
Traced it to some resources having large base64 documented documents in DiagnosticReport.presentedFrom
Workaround:
After database is created, log onto postgres:
```
alter table hfj_res_ver ALTER COLUMN res_text_vc TYPE text ;
```