Getting below error when I migrate a spring boot microservice to production:
hibernate.id.enhanced.TableStructure : could not read a hi value - you need to populate the table: hibernate_sequence
Please help to resolve this.
Getting below error when I migrate a spring boot microservice to production:
hibernate.id.enhanced.TableStructure : could not read a hi value - you need to populate the table: hibernate_sequence
Please help to resolve this.
This error means hibernate_sequence table/sequence is present in database but no value present in it.
We need to provide the next_val or last_value.