Skip to content

Commit

Permalink
Add feed-items feed_id index
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <[email protected]>
  • Loading branch information
M4RC3L05 committed Jun 9, 2024
1 parent 93b7562 commit 51ad75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-- migrate:up

create index idx_feeds_category_id on feeds(category_id);
create index idx_feed_items_feed_id on feed_items(feed_id);

-- migrate:down

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- migrate:up

create index idx_feed_items_feed_id on feed_items(feed_id);

-- migrate:down

0 comments on commit 51ad75e

Please sign in to comment.