debian-mirror-gitlab/db/migrate/20151016195706_add_notes_line_code_index.rb
2015-10-24 18:46:33 +05:30

6 lines
110 B
Ruby

class AddNotesLineCodeIndex < ActiveRecord::Migration
def change
add_index :notes, :line_code
end
end