Skip to content

Commit

Permalink
Fix Endpoints tests and docker instance due to model changes (#8899)
Browse files Browse the repository at this point in the history
* Update geostore-datasource-ovr-postgres.properties

* Updated other properties file

* Updated also the test properties used
  • Loading branch information
offtherailz authored Dec 23, 2022
1 parent f65b9bc commit 53713ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/geostore-datasource-ovr-postgres.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ geostoreDataSource.url=jdbc:postgresql://postgres:5432/geostore
geostoreDataSource.username=geostore
geostoreDataSource.password=geostore
geostoreVendorAdapter.databasePlatform=org.hibernate.dialect.PostgreSQLDialect
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=update
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false
Expand Down
2 changes: 1 addition & 1 deletion docker/geostore-datasource-ovr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ geostoreDataSource.url=jdbc:postgresql://postgres:5432/geostore
geostoreDataSource.username=geostore
geostoreDataSource.password=geostore
geostoreVendorAdapter.databasePlatform=org.hibernate.dialect.PostgreSQLDialect
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=update
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false
Expand Down
2 changes: 1 addition & 1 deletion tests/geostore-datasource-ovr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ geostoreDataSource.password=geostore
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore

# Automatic create-update database mode
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=validate
geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto]=update

# Other options
geostoreVendorAdapter.generateDdl=true
Expand Down

0 comments on commit 53713ae

Please sign in to comment.