6 lines
132 B
Ruby
6 lines
132 B
Ruby
# rubocop:disable all
|
|
class AddNotesLineCodeIndex < ActiveRecord::Migration
|
|
def change
|
|
add_index :notes, :line_code
|
|
end
|
|
end
|