Appease the dog overlords

This commit is contained in:
Karina Kwiatek 2022-04-15 21:42:02 +02:00 committed by Karina Kwiatek
parent b9dee02656
commit 5163fcb119
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
class AddIndexForQuestionIdIndexOnInboxes < ActiveRecord::Migration[6.1] class AddIndexForQuestionIdIndexOnInboxes < ActiveRecord::Migration[6.1]
def change def change
add_index :inboxes, :question_id add_index :inboxes, :question_id