changed "subscription" to "membership"

pull/56/head
Chris Veilleux 2019-02-25 01:46:43 -06:00
parent 20e865d6ab
commit 95a5d383e9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ WITH
INNER JOIN account.membership m ON am.membership_id = m.id
WHERE
am.account_id = {account_id_resolver}
AND upper(am.subscription_ts_range) IS NULL
AND upper(am.membership_ts_range) IS NULL
)
SELECT
json_build_object(