mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +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]
|
||||
def change
|
||||
add_index :inboxes, :question_id
|
||||
|
|
Loading…
Reference in a new issue