VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
457 stars 216 forks source link

Fixed hardcoded value for table_catalog to use the database name (dbn… #3080

Closed ntenney closed 1 year ago

ntenney commented 1 year ago

…ame) in the config file

Description

The table_catalog is hardcoded in setup_historian_tables in the postgresqlfuncts.py file. This change adds a line of code to grab the database name from the configuration file, and use that name in setup_historian_tables.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

This change is currently running on the campus installation.

Checklist: