Skip to content

Commit 38840b9

Browse files
committed
Migration to remove an index already removed from prod by hand
1 parent 12c64bc commit 38840b9

File tree

2 files changed

+2
-0
lines changed
  • migrations/2019-09-19-191534_remove-index-already-removed-in-prod

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX IF NOT EXISTS index_version_crate_id ON versions USING btree (crate_id);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX IF EXISTS index_version_crate_id;

0 commit comments

Comments
 (0)