diaspora/db/migrate/20120330144057_indexes_on_posts.rb

5 lines
119 B
Ruby

class IndexesOnPosts < ActiveRecord::Migration
def change
add_index(:posts, [:id, :type, :created_at])
end
end