We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9cc56 commit a268f5fCopy full SHA for a268f5f
src/main/resources/db/changelog/db.changelog-master.sql
@@ -1407,6 +1407,6 @@ update assethistory set medium=0 where medium is null;
1407
update assethistory set low=0 where low is null;
1408
1409
--changeset siewer:add_indexes
1410
-CREATE INDEX idx_project_vulnerability_project_id ON project_vulnerability (project_id);
1411
-CREATE INDEX idx_project_vulnerability_status_id ON project_vulnerability (status_id);
1412
-CREATE INDEX idx_project_vulnerability_grade ON project_vulnerability (grade);
+CREATE INDEX idx_project_vulnerability_project_id ON projectvulnerability (project_id);
+CREATE INDEX idx_project_vulnerability_status_id ON projectvulnerability (status_id);
+CREATE INDEX idx_project_vulnerability_grade ON projectvulnerability (grade);
0 commit comments