Skip to content

Commit

Permalink
reorder migrations to do data insertion after indexes are created
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Nov 21, 2024
1 parent 465a5da commit e1db2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/resources/db/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<property name="uuid_function" value="gen_random_uuid()" dbms="postgresql"/>

<include file="changesets/20241106-base-tables.yaml" relativeToChangelogFile="true"/>
<include file="changesets/20241106-base-data-insertion.yaml" relativeToChangelogFile="true"/>
<include file="changesets/20241106-add-indexes.yaml" relativeToChangelogFile="true"/>
<include file="changesets/20241106-base-data-insertion.yaml" relativeToChangelogFile="true"/>

<include file="changesets/testdata.yaml" relativeToChangelogFile="true"/>

Expand Down

0 comments on commit e1db2a7

Please sign in to comment.