Skip to content

Commit e7278ac

Browse files
committed
fix review comments
Signed-off-by: jamal-khey <[email protected]>
1 parent 5006974 commit e7278ac

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

src/main/resources/config/application.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ security-analysis:
5959
highBound: 75
6060
- nominalV: 90
6161
lowBound: 75
62-
# FIXME: is highbound correct ?
6362
highBound: 180
6463
- nominalV: 225
6564
lowBound: 180
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
22
<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">
33
<changeSet author="jamalk (generated)" id="1734002324759-1">
4-
<sqlFile
5-
dbms="postgresql"
6-
encoding="UTF-8"
7-
path="migrate_limit_reduction_rest.sql"
8-
relativeToChangelogFile="true"
9-
splitStatements="true"
10-
stripComments="true"/>
4+
<sql dbms="postgresql">
5+
TRUNCATE TABLE limit_reduction_entity CASCADE;
6+
</sql>
117
</changeSet>
128
</databaseChangeLog>

src/main/resources/db/changelog/changesets/migrate_limit_reduction_rest.sql

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)