From d1608dcc2ad9a9eaa451ab53d6f1bc43e7084eba Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Mon, 25 Mar 2024 15:46:17 +0100 Subject: [PATCH] Fix migration for 3WT ratiotapchangerregulationmode --- .../changesets/changelog_20240325T120001Z.xml | 19 +++++++++++++++++++ .../db/changelog/db.changelog-master.yaml | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 network-store-server/src/main/resources/db/changelog/changesets/changelog_20240325T120001Z.xml 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