Skip to content

Commit

Permalink
fix changeset order
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Dec 16, 2024
1 parent 19e2b43 commit 957fb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orcid-persistence/src/main/resources/db-master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
<include file="/db/updates/init_display_index_on_affiliations.xml" />
<include file="/db/updates/use_email_hash_as_email_primary_key.xml" />
<include file="/db/updates/add_record_locked_date_admin_id.xml" />
<include file="/db/updates/add_generated_by_script_column_to_profile_email_domain.xml" />

<!--
Please leave the following script commented out as it breaks unit tests using hsqldb. it is still
Expand Down Expand Up @@ -408,4 +407,5 @@
<include file="/db/updates/add_date_verified_to_email.xml" />
<include file="/db/updates/create_public_api_daily_rate_limit.xml" />
<include file="/db/updates/add_public_api_daily_rate_limit_indexes.xml" />
<include file="/db/updates/add_generated_by_script_column_to_profile_email_domain.xml" />
</databaseChangeLog>

0 comments on commit 957fb99

Please sign in to comment.