BigW Consortium Gitlab

20160209130428_add_index_to_snippet.rb 132 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddIndexToSnippet < ActiveRecord::Migration
  def change
    add_index :snippets, :updated_at
  end
end