[JES] Add ordering to blacklists for consistency
Compare changes
Files
2@@ -8,11 +8,11 @@ SELECT observer_accounts.id AS observer_id,
Changes a union to union all for performance reasons. Blacklist sources are ordered by name for consistency. Still struggling to find a way to have the source as an array instead of a delimited text string that python converts to an array (not too familiar with these functions, everything I tried either didn't work or was just really slow [>5s query time], so I may need some help with that one)