Skip to content

Commit 9db9604

Browse files
committed
remove used blob_upload index
1 parent 9b02689 commit 9db9604

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

database/migrate/migrations/00027_ blob_upload.sql

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ ON blob_upload(batch_index, batch_hash, platform) WHERE deleted_at IS NULL;
1919

2020
COMMENT ON COLUMN blob_upload.status IS 'undefined, pending, uploaded, failed';
2121

22-
CREATE INDEX IF NOT EXISTS idx_blob_upload_batch_index ON blob_upload(batch_index) WHERE deleted_at IS NULL;
23-
24-
CREATE INDEX IF NOT EXISTS idx_blob_upload_batch_hash ON blob_upload(batch_hash) WHERE deleted_at IS NULL;
25-
26-
CREATE INDEX IF NOT EXISTS idx_blob_upload_platform ON blob_upload(platform) WHERE deleted_at IS NULL;
27-
28-
CREATE INDEX IF NOT EXISTS idx_blob_upload_status ON blob_upload(status) WHERE deleted_at IS NULL;
29-
3022
CREATE INDEX IF NOT EXISTS idx_blob_upload_status_platform ON blob_upload(status, platform) WHERE deleted_at IS NULL;
3123

3224
CREATE INDEX IF NOT EXISTS idx_blob_upload_batch_index_batch_hash_status_platform

0 commit comments

Comments
 (0)