Skip to content

Commit

Permalink
Merge pull request #17 from axonivy-market/update-setup
Browse files Browse the repository at this point in the history
document 'update' as sufficient for DDL
  • Loading branch information
ivy-rew committed Oct 31, 2023
2 parents 5a6bbcd + 06d42e6 commit b3a44ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excel-importer-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ In the project, where the Excel data should be managed:

1. Create a persistence unit under `/config/persistence.xml`
2. Add the properties
- `hibernate.hbm2ddl.auto=create` (to allow schema changes)
- `hibernate.hbm2ddl.auto=update` (to allow schema changes)
- `hibernate.id.new_generator_mappings=false` (to use classic sequence)
3. Set the Data source to a valid database. If there is none, set it up under `/config/databases.yaml`

0 comments on commit b3a44ff

Please sign in to comment.