1
0

make Hibernate sequence start above 1,000,000 to spare ids for sample data

This commit is contained in:
Michael Hoennig
2019-05-07 12:11:17 +02:00
parent a45e809228
commit 3228b0d0da
6 changed files with 293 additions and 21 deletions

View File

@ -7,7 +7,7 @@
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
<changeSet id="00000000000000" author="jhipster">
<createSequence sequenceName="hibernate_sequence" startValue="1000" incrementBy="50"/>
<createSequence sequenceName="hibernate_sequence" startValue="1000051" incrementBy="50"/>
</changeSet>
<!--