mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 13:53:37 +01:00
Appease the dog overlords
This commit is contained in:
parent
b9dee02656
commit
5163fcb119
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue