Skip to content

Commit

Permalink
db: Make fixed change sets backward-compatible.
Browse files Browse the repository at this point in the history
Change-Id: I000345ca136bfe42882781eaed62ba27aebcc0bc
  • Loading branch information
benkard committed Dec 2, 2023
1 parent 4eca039 commit 8c85838
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/db/changeLog-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
</changeSet>

<changeSet author="mulk (generated)" id="1592058325319-37" runOnChange="false">
<validCheckSum>8:d3297cb8b06a3c8e0c2df40bb21ba4d3</validCheckSum>
<validCheckSum>9:1ddb31e4daad9a3e759f908348d585df</validCheckSum>
<createIndex indexName="article_revisions_english_ts_idx" tableName="article_revisions">
<column computed="true"
Expand All @@ -510,6 +511,7 @@
</changeSet>

<changeSet author="mulk (generated)" id="1592058325319-38" runOnChange="false">
<validCheckSum>8:4916246f4404e8621541c84fbc770427</validCheckSum>
<validCheckSum>9:8e65575f838c89b5963c00deb9d41ca9</validCheckSum>
<createIndex indexName="article_revisions_french_ts_idx" tableName="article_revisions">
<column computed="true"
Expand All @@ -518,6 +520,7 @@
</changeSet>

<changeSet author="mulk (generated)" id="1592058325319-39" runOnChange="false">
<validCheckSum>8:8193d6d6df241e604e3cd54cd7584229</validCheckSum>
<validCheckSum>9:b388ba620250e303e711546b7e8c79a7</validCheckSum>
<createIndex indexName="article_revisions_german_ts_idx" tableName="article_revisions">
<column computed="true"
Expand Down Expand Up @@ -655,9 +658,9 @@
startValue="1"/>
</changeSet>

<changeSet author="mulk" id="1592059602097-0">
<changeSet author="mulk" id="1592059602097-0" runOnChange="true">
<sql dbms="postgresql" endDelimiter=";">
CREATE SCHEMA benki
CREATE SCHEMA IF NOT EXISTS benki
</sql>
</changeSet>

Expand Down

0 comments on commit 8c85838

Please sign in to comment.