20151022144003_add_index_on_sine_commonness.rb revision ed2671585da9ccc2c3615c3f6a71f4c4f94ec5ca
# We only want to send queries like
# SELECT "symbols".*, "sine_symbol_commonnesses".*
# FROM "symbols" LEFT OUTER JOIN "sine_symbol_commonnesses" ON "sine_symbol_commonnesses"."symbol_id" = "symbols"."id"
# ORDER BY sine_symbol_commonnesses.commonness ASC LIMIT 1
# Thus, we also add an index on the commonness.
end
end