Appease the dog overlords
This commit is contained in:
parent
b9dee02656
commit
5163fcb119
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue