Skip to content

Commit

Permalink
Merge pull request #834 from user12986714/patch-38
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Jan 28, 2021
2 parents a5bf169 + 5a285f6 commit df8b47d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true
class IndexPostsOnStackExchangeUserId < ActiveRecord::Migration[5.2]
def change
add_index :posts, :stack_exchange_user_id
end
end

0 comments on commit df8b47d

Please sign in to comment.