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.
IF NOT EXISTS
1 parent 6ada489 commit b9fd346Copy full SHA for b9fd346
database/src/pool/postgres.rs
@@ -413,7 +413,7 @@ static MIGRATIONS: &[&str] = &[
413
// For completed requests we take the last N completed. As the total number
414
// of requests grows to make things fast we need an index on the completed_at
415
r#"
416
- CREATE INDEX IF NOT EXISTS benchmark_request_completed_idx ON benchmark_request(completed_at);
+ CREATE INDEX benchmark_request_completed_idx ON benchmark_request(completed_at);
417
"#,
418
];
419
0 commit comments