Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Oct 7, 2024
1 parent 7f88364 commit 749196d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<column name="regulatingterminalconnectabletype"/>
<column name="regulatingterminalconnectableid"/>
</createIndex>
<dropPrimaryKey tableName="regulationpoint"/>
<addPrimaryKey columnNames="networkuuid, variantnum, equipmenttype, regulatedequipmentid" constraintName="regulationpoint_pkey" tableName="regulationpoint"/>
<dropIndex tableName="regulationpoint" indexName="regulationpoint_networkuuid_variantnum_equipmenttype_idx"/>
</changeSet>

</databaseChangeLog>

0 comments on commit 749196d

Please sign in to comment.