scinote-web/db/migrate/20150923154140_add_index_to_sample_name.rb

6 lines
111 B
Ruby
Raw Normal View History

2017-06-30 16:23:28 +08:00
class AddIndexToSampleName < ActiveRecord::Migration[4.2]
2016-02-12 23:52:43 +08:00
def change
add_index :samples, :name
end
end