elimu-ai / webapp

🖥 Web application for hosting Android applications and educational content
https://hin.elimu.ai
MIT License
30 stars 54 forks source link

Set correct Hibernate database dialect for exporting the JPA schema #1696

Closed jo-elimu closed 3 weeks ago

jo-elimu commented 3 weeks ago

The jpa-schema-export.sql is wrongly configured to use the jpa.databasePlatform from jdbc.properties instead of jdbc_PROD.properties.

We want the JPA schema export to follow the DB configuration used in PROD instead of the one used during development.