dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Model/Planner: Find a way to automatically create view product_processing_facilities #131

Open tangobravo62 opened 3 years ago

tangobravo62 commented 3 years ago

The view product_processing_facilities is needed for the ProductQueryService, but it is not generated automatically during bootstrapping prosEO (on an empty database).

A way shall be found to include the script model/src/main/sql/create_view_product_processing_facilities.sql in the bootstrapping process (e. g. using the property javax.persistence.sql-load-script-source in the application.yml file).