Skip to content

Commit

Permalink
[conluz-76] Added migration to be executed
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorKhan committed Jun 12, 2024
1 parent ca43cd7 commit 3e443fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/db/liquibase/db.changelog-main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd">
<include file="changelogs/add_third_party_field_to_supplies.xml" relativeToChangelogFile="true" />
<include file="changelogs/add_datadis_prefix_to_supplies_fields.xml" relativeToChangelogFile="true" />
<include file="changelogs/replace_user_id_by_supply_id_in_plants_table.xml" relativeToChangelogFile="true" />
<include file="changelogs/make_plants_supply_id_not_null.xml" relativeToChangelogFile="true" />
</databaseChangeLog>

0 comments on commit 3e443fe

Please sign in to comment.