Skip to content

Commit f46a19a

Browse files
added sql ent files (#6780)
1 parent 9e10395 commit f46a19a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX IF EXISTS idx_krr_scan_history_krr_scan_request;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_krr_scan_history_krr_scan_request
2+
ON krr_scan_history (krr_scan_request);

0 commit comments

Comments
 (0)