diff --git a/src/main/resources/config/application.yaml b/src/main/resources/config/application.yaml index 94e6263b..08a8cc42 100644 --- a/src/main/resources/config/application.yaml +++ b/src/main/resources/config/application.yaml @@ -59,9 +59,6 @@ security-analysis: highBound: 75 - nominalV: 90 lowBound: 75 - highBound: 120 - - nominalV: 150 - lowBound: 120 highBound: 180 - nominalV: 225 lowBound: 180 @@ -70,23 +67,30 @@ security-analysis: lowBound: 300 highBound: 500 limitDurations: - - lowBound: 600 - lowClosed: false + - lowBound: 1200 + lowClosed: true highBound: ~ highClosed: false + - lowBound: 600 + lowClosed: true + highBound: 1200 + highClosed: false - lowBound: 300 lowClosed: true highBound: 600 - highClosed: true - - lowBound: 0 + highClosed: false + - lowBound: 60 lowClosed: true highBound: 300 highClosed: false + - lowBound: 0 + lowClosed: true + highBound: 60 + highClosed: false defaultValues: - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] - - [ 1, 1, 1, 1 ] \ No newline at end of file + - [ 1, 1, 1, 1, 1, 1 ] + - [ 1, 1, 1, 1, 1, 1 ] + - [ 1, 1, 1, 1, 1, 1 ] + - [ 1, 1, 1, 1, 1, 1 ] + - [ 1, 1, 1, 1, 1, 1 ] + - [ 1, 1, 1, 1, 1, 1 ] \ No newline at end of file diff --git a/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml b/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml new file mode 100644 index 00000000..255bec30 --- /dev/null +++ b/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml @@ -0,0 +1,8 @@ + + + + + TRUNCATE TABLE limit_reduction_entity CASCADE; + + + diff --git a/src/main/resources/db/changelog/db.changelog-master.yaml b/src/main/resources/db/changelog/db.changelog-master.yaml index bfcbcc95..3d8814b5 100644 --- a/src/main/resources/db/changelog/db.changelog-master.yaml +++ b/src/main/resources/db/changelog/db.changelog-master.yaml @@ -36,3 +36,7 @@ databaseChangeLog: - include: file: changesets/changelog_20240705T122208Z.xml relativeToChangelogFile: true + - include: + file: changesets/changelog_20241212T111835Z.xml + relativeToChangelogFile: true +