1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-02-22 05:36:20 +00:00
lemmy/migrations/2023-02-15-212546_add_post_comment_saved_indexes/up.sql

2 lines
136 B
SQL

create index idx_post_saved_person_id on post_saved (person_id);
create index idx_comment_saved_person_id on comment_saved (person_id);