diff --git a/src/main/resources/config/application.yaml b/src/main/resources/config/application.yaml index 3b8aa66d..f86a6904 100644 --- a/src/main/resources/config/application.yaml +++ b/src/main/resources/config/application.yaml @@ -59,7 +59,6 @@ security-analysis: highBound: 75 - nominalV: 90 lowBound: 75 - # FIXME: is highbound correct ? highBound: 180 - nominalV: 225 lowBound: 180 diff --git a/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml b/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml index e3b3ac6f..255bec30 100644 --- a/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml +++ b/src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml @@ -1,12 +1,8 @@ - + + TRUNCATE TABLE limit_reduction_entity CASCADE; + diff --git a/src/main/resources/db/changelog/changesets/migrate_limit_reduction_rest.sql b/src/main/resources/db/changelog/changesets/migrate_limit_reduction_rest.sql deleted file mode 100644 index b5c26473..00000000 --- a/src/main/resources/db/changelog/changesets/migrate_limit_reduction_rest.sql +++ /dev/null @@ -1,4 +0,0 @@ - -TRUNCATE TABLE limit_reduction_entity_reductions; - -TRUNCATE TABLE limit_reduction_entity CASCADE; \ No newline at end of file