This directory has a DDL to create tables and and DML scripts to populate tables in Postgresql for the ONAP Operations Manager Dashboard web application.
To create a database for internal use:
To create a database for ONAP use:
Set default schema for user: ALTER USER SET search_path to ; (the above statement is not needed for version 9.4 and above)