From 95a5d383e924acc1e43b6e37cab69c2ea07f7716 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Mon, 25 Feb 2019 01:46:43 -0600 Subject: [PATCH] changed "subscription" to "membership" --- shared/selene/data/account/repository/sql/get_account.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/selene/data/account/repository/sql/get_account.sql b/shared/selene/data/account/repository/sql/get_account.sql index c4f100ff..47012852 100644 --- a/shared/selene/data/account/repository/sql/get_account.sql +++ b/shared/selene/data/account/repository/sql/get_account.sql @@ -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(