Exception: Unable to run query!
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 6
SELECT
	shard_price.*,
	shard_price_type.name AS price_type_name
FROM shard_price
	LEFT JOIN shard_price_type ON shard_price.price_type_id = shard_price_type.id
WHERE shard_price.price_grid_id IN ()