Skip to content

Commit

Permalink
fix(db): make upgrade work on postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
suprovsky committed Jul 4, 2024
1 parent 26ef335 commit 3c890b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/data/upgrade_5.4.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ ALTER TABLE vulnerability ADD COLUMN v4environmentalSeverity VARCHAR(15);
ALTER TABLE vulnerability ADD COLUMN v4source VARCHAR(50);
ALTER TABLE vulnerability ADD COLUMN v4type VARCHAR(15);

UPDATE Properties SET `value`='5.5' WHERE ID='version';
UPDATE Properties SET value='5.5' WHERE ID='version';

0 comments on commit 3c890b4

Please sign in to comment.