Skip to content

Commit b22d0d7

Browse files
az108claude
andcommitted
chore: renumber biased issues migration from 53 to 52
The changelog on main ends at 51, so 52 is the next free number. No other open PR claims it. Renames the changelog file, the three changeset id prefixes and the master.xml include to match. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbYvdFxufW7uY7Nn5oCwVC
1 parent 09e2a5c commit b22d0d7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/config/liquibase/changelog/00000000000053_add_biased_issues_to_jobs.xml renamed to src/main/resources/config/liquibase/changelog/00000000000052_add_biased_issues_to_jobs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
66

7-
<changeSet id="053a_add_biased_issues_to_jobs" author="melissa">
7+
<changeSet id="052a_add_biased_issues_to_jobs" author="melissa">
88
<preConditions onFail="MARK_RAN">
99
<not>
1010
<tableExists tableName="job_biased_issues"/>
@@ -20,7 +20,7 @@
2020
</createTable>
2121
</changeSet>
2222

23-
<changeSet id="053b_add_unique_constraint_biased_issues" author="aniruddh">
23+
<changeSet id="052b_add_unique_constraint_biased_issues" author="aniruddh">
2424
<preConditions onFail="MARK_RAN">
2525
<dbms type="mysql"/>
2626
<not>
@@ -33,7 +33,7 @@
3333
constraintName="uk_biased_issues_job_lang_word_type"/>
3434
</changeSet>
3535

36-
<changeSet id="053c_rename_gender_bias_score_to_ai_score" author="melissa">
36+
<changeSet id="052c_rename_gender_bias_score_to_ai_score" author="melissa">
3737
<preConditions onFail="MARK_RAN">
3838
<columnExists tableName="jobs" columnName="gender_bias_score"/>
3939
<not>

src/main/resources/config/liquibase/master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<include file="changelog/00000000000049_add_recommendation_type_to_jobs.xml" relativeToChangelogFile="true"/>
6262
<include file="changelog/00000000000050_create_ai_usage_events.xml" relativeToChangelogFile="true"/>
6363
<include file="changelog/00000000000051_make_document_uploaded_by_nullable.xml" relativeToChangelogFile="true"/>
64-
<include file="changelog/00000000000053_add_biased_issues_to_jobs.xml" relativeToChangelogFile="true"/>
64+
<include file="changelog/00000000000052_add_biased_issues_to_jobs.xml" relativeToChangelogFile="true"/>
6565

6666
<!-- jhipster-needle-liquibase-add-changelog - JHipster will add liquibase changelogs here -->
6767
<!-- jhipster-needle-liquibase-add-constraints-changelog - JHipster will add liquibase constraints

0 commit comments

Comments
 (0)