Skip to content

Commit

Permalink
Added migration to create missing posts.user_id index
Browse files Browse the repository at this point in the history
  • Loading branch information
mway-niels authored Jun 11, 2024
1 parent e55a144 commit 7069f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/202406111146_add_posts_user_id_index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX post_user_key ON posts (user_id);

0 comments on commit 7069f50

Please sign in to comment.