Fixes on deleted posts and beneficiaries
Deleted posts filtered out from hive_posts_view, no longer need filtering everywhere outside. That change fixes some API calls where check on deleted posts was missing.
sqlalchemy
has problem with passing JSON to query parameter - changed to passing as string, which fixes problem of {}
appearing where []
was passed to beneficiaries
column (the column was left as JSON even though it looks like it could be string).