Skip to content

Commit

Permalink
fix changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazwarhili committed Dec 18, 2024
1 parent 566a835 commit 7135a9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<mockwebserver3.version>5.0.0-alpha.14</mockwebserver3.version>
<liquibase-hibernate-package>org.gridsuite.modification.server</liquibase-hibernate-package>
<sonar.coverage.exclusions>**/migration/**/*</sonar.coverage.exclusions>
<network-modification.version>0.3.0-SNAPSHOT</network-modification.version>
<network-modification.version>0.2.0</network-modification.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
<addForeignKeyConstraint baseColumnNames="id" baseTableName="generator_rcc_points" constraintName="reactiveCapabilityCurvePoints_fk_constraint" deferrable="false" initiallyDeferred="false" referencedColumnNames="id" referencedTableName="generator_modification" validate="true"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-58">
<dropForeignKeyConstraint baseTableName="BATTERY_CREATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8DXG53BH5KR2LBCGLU7HP6TGR"/>
<dropForeignKeyConstraint baseTableName="BATTERY_CREATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8dxg53bh5kr2lbcglu7hp6tgr"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-59">
<dropForeignKeyConstraint baseTableName="GENERATOR_CREATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8DXG53BH5KR2LBCGLU7HP6TRR"/>
<dropForeignKeyConstraint baseTableName="GENERATOR_CREATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8dxg53bh5kr2lbcglu7hp6trr"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-60">
<dropForeignKeyConstraint baseTableName="GENERATOR_MODIFICATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8OAVB06BHO2KT3MJQCUFSJD50"/>
<dropForeignKeyConstraint baseTableName="GENERATOR_MODIFICATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FK8oavb06bho2kt3mjqcufsjd50"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-61">
<dropForeignKeyConstraint baseTableName="CONVERTER_STATION_CREATION_RCC_POINTS" constraintName="FK9JYI7J3HGERYVN6KMPAM4PSO3"/>
<dropForeignKeyConstraint baseTableName="CONVERTER_STATION_CREATION_RCC_POINTS" constraintName="FK9jyi7j3hgeryvn6kmpam4pso3"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-62">
<dropForeignKeyConstraint baseTableName="CONVERTER_STATION_MODIFICATION_RCC_POINTS" constraintName="FKA1D66RWNQIHUM8E7BURNWEYR"/>
<dropForeignKeyConstraint baseTableName="CONVERTER_STATION_MODIFICATION_RCC_POINTS" constraintName="FKa1d66rwnqihum8e7burnweyr"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-63">
<dropForeignKeyConstraint baseTableName="BATTERY_MODIFICATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FKI6V363GW4OY1MEFVYMCBDUX56"/>
<dropForeignKeyConstraint baseTableName="BATTERY_MODIFICATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS" constraintName="FKi6v363gw4oy1mefvymcbdux56"/>
</changeSet>
<changeSet author="rehiligha (generated)" id="1734383210595-64">
<dropTable tableName="BATTERY_CREATION_ENTITY_REACTIVE_CAPABILITY_CURVE_POINTS"/>
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/db/changelog/db.changelog-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,7 @@ databaseChangeLog:
file: changesets/changelog_20241015T130742Z.xml
- include:
relativeToChangelogFile: true
file: changesets/changelog_20241206T123930Z.xml
file: changesets/changelog_20241206T123930Z.xml
- include:
relativeToChangelogFile: true
file: changesets/changelog_20241216T210636Z.xml

0 comments on commit 7135a9e

Please sign in to comment.