diff --git a/network-store-server/src/main/resources/db/changelog/changesets/changelog_20240325T120001Z.xml b/network-store-server/src/main/resources/db/changelog/changesets/changelog_20240325T120001Z.xml new file mode 100644 index 00000000..8e331b1e --- /dev/null +++ b/network-store-server/src/main/resources/db/changelog/changesets/changelog_20240325T120001Z.xml @@ -0,0 +1,19 @@ + + + + + + ratiotapchangerregulationmode1 = 'VOLTAGE' + + + + ratiotapchangerregulationmode2 = 'VOLTAGE' + + + + ratiotapchangerregulationmode3 = 'VOLTAGE' + + + diff --git a/network-store-server/src/main/resources/db/changelog/db.changelog-master.yaml b/network-store-server/src/main/resources/db/changelog/db.changelog-master.yaml index 4adaf320..abc83960 100644 --- a/network-store-server/src/main/resources/db/changelog/db.changelog-master.yaml +++ b/network-store-server/src/main/resources/db/changelog/db.changelog-master.yaml @@ -39,3 +39,7 @@ databaseChangeLog: - include: file: changesets/changelog_20240223T120001Z.xml relativeToChangelogFile: true + + - include: + file: changesets/changelog_20240325T120001Z.xml + relativeToChangelogFile: true