Skip to content

Commit

Permalink
Merge pull request #1169 from mway-niels/main
Browse files Browse the repository at this point in the history
Added migration to create missing posts.user_id index
  • Loading branch information
mattwoberts authored Jul 7, 2024
2 parents 3250ad7 + 1907c1b commit 545fd07
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 545fd07

Please sign in to comment.