Skip to content

Commit

Permalink
add indexes for speaker talks (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly authored Nov 9, 2024
1 parent 98c3e2f commit ff2e0c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20241108215612_add_indexes_speaker_talks.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddIndexesSpeakerTalks < ActiveRecord::Migration[8.0]
def change
add_index :speaker_talks, :speaker_id
add_index :speaker_talks, :talk_id
end
end
8 changes: 5 additions & 3 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff2e0c0

Please sign in to comment.