Skip to content

Commit

Permalink
add index on feed_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 28, 2021
1 parent d882585 commit 2e0ef31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/2021-02-28-185335_add_index_on_feed_id/down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX feed_items_feed_id_index;
1 change: 1 addition & 0 deletions migrations/2021-02-28-185335_add_index_on_feed_id/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX feed_items_feed_id_index ON feed_items(feed_id);

0 comments on commit 2e0ef31

Please sign in to comment.