1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
discourse/db/migrate/20130906171631_add_index_to_uploads.rb

6 lines
109 B
Ruby

class AddIndexToUploads < ActiveRecord::Migration
def change
add_index :uploads, [:id, :url]
end
end