1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Add indexes

This commit is contained in:
Frédéric Guillot 2018-02-10 22:30:43 -08:00
parent 30e80c675e
commit a006a93a04
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,2 @@
create index entries_user_status_idx on entries(user_id, status);
create index feeds_user_category_idx on feeds(user_id, category_id);