Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <myjamal89@gmail.com>
  • Loading branch information
jamal-khey committed Dec 17, 2024
1 parent 5006974 commit e7278ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ security-analysis:
highBound: 75
- nominalV: 90
lowBound: 75
# FIXME: is highbound correct ?
highBound: 180
- nominalV: 225
lowBound: 180
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<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">
<changeSet author="jamalk (generated)" id="1734002324759-1">
<sqlFile
dbms="postgresql"
encoding="UTF-8"
path="migrate_limit_reduction_rest.sql"
relativeToChangelogFile="true"
splitStatements="true"
stripComments="true"/>
<sql dbms="postgresql">
TRUNCATE TABLE limit_reduction_entity CASCADE;
</sql>
</changeSet>
</databaseChangeLog>

This file was deleted.

0 comments on commit e7278ac

Please sign in to comment.