Skip to content

Commit a268f5f

Browse files
committed
optimization
1 parent dd9cc56 commit a268f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,6 @@ update assethistory set medium=0 where medium is null;
14071407
update assethistory set low=0 where low is null;
14081408

14091409
--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);
1410+
CREATE INDEX idx_project_vulnerability_project_id ON projectvulnerability (project_id);
1411+
CREATE INDEX idx_project_vulnerability_status_id ON projectvulnerability (status_id);
1412+
CREATE INDEX idx_project_vulnerability_grade ON projectvulnerability (grade);

0 commit comments

Comments
 (0)