make Hibernate sequence start above 1,000,000 to spare ids for sample data
This commit is contained in:
@ -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>
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user