Skip to content

Commit ea42413

Browse files
committed
# Conflicts: # src/main/resources/db/changelog/db.changelog-master.yaml
2 parents 27efb12 + 506fb80 commit ea42413

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

src/main/resources/config/application.yaml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ security-analysis:
5959
highBound: 75
6060
- nominalV: 90
6161
lowBound: 75
62-
highBound: 120
63-
- nominalV: 150
64-
lowBound: 120
6562
highBound: 180
6663
- nominalV: 225
6764
lowBound: 180
@@ -70,23 +67,30 @@ security-analysis:
7067
lowBound: 300
7168
highBound: 500
7269
limitDurations:
73-
- lowBound: 600
74-
lowClosed: false
70+
- lowBound: 1200
71+
lowClosed: true
7572
highBound: ~
7673
highClosed: false
74+
- lowBound: 600
75+
lowClosed: true
76+
highBound: 1200
77+
highClosed: false
7778
- lowBound: 300
7879
lowClosed: true
7980
highBound: 600
80-
highClosed: true
81-
- lowBound: 0
81+
highClosed: false
82+
- lowBound: 60
8283
lowClosed: true
8384
highBound: 300
8485
highClosed: false
86+
- lowBound: 0
87+
lowClosed: true
88+
highBound: 60
89+
highClosed: false
8590
defaultValues:
86-
- [ 1, 1, 1, 1 ]
87-
- [ 1, 1, 1, 1 ]
88-
- [ 1, 1, 1, 1 ]
89-
- [ 1, 1, 1, 1 ]
90-
- [ 1, 1, 1, 1 ]
91-
- [ 1, 1, 1, 1 ]
92-
- [ 1, 1, 1, 1 ]
91+
- [ 1, 1, 1, 1, 1, 1 ]
92+
- [ 1, 1, 1, 1, 1, 1 ]
93+
- [ 1, 1, 1, 1, 1, 1 ]
94+
- [ 1, 1, 1, 1, 1, 1 ]
95+
- [ 1, 1, 1, 1, 1, 1 ]
96+
- [ 1, 1, 1, 1, 1, 1 ]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
2+
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
3+
<changeSet author="jamalk (generated)" id="1734002324759-1">
4+
<sql dbms="postgresql">
5+
TRUNCATE TABLE limit_reduction_entity CASCADE;
6+
</sql>
7+
</changeSet>
8+
</databaseChangeLog>

src/main/resources/db/changelog/db.changelog-master.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ databaseChangeLog:
3636
- include:
3737
file: changesets/changelog_20240705T122208Z.xml
3838
relativeToChangelogFile: true
39+
- include:
40+
file: changesets/changelog_20241212T111835Z.xml
41+
relativeToChangelogFile: true
3942
- include:
4043
file: changesets/changelog_20241223T154019Z.xml
4144
relativeToChangelogFile: true

0 commit comments

Comments
 (0)