1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-06 11:19:51 +00:00
discourse/db/migrate/20140801170444_create_post_timings_user_index.rb

6 lines
120 B
Ruby
Raw Normal View History

class CreatePostTimingsUserIndex < ActiveRecord::Migration
def change
add_index :post_timings, :user_id
end
end