Skip to content

fix(stripe): remove price pushdown from subscriptions - #624

Merged
burmecia merged 1 commit into
supabase:mainfrom
sanskar-soni-9:fix/stripe-remove-price-pushdown
Aug 12, 2026
Merged

fix(stripe): remove price pushdown from subscriptions#624
burmecia merged 1 commit into
supabase:mainfrom
sanskar-soni-9:fix/stripe-remove-price-pushdown

Conversation

@sanskar-soni-9

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix,

What is the current behavior?

The price parameter is listed as a pushdown filter for subscriptions, but is missing from the table columns. Attempting to query or filter by it throws a column "price" does not exist error.

What is the new behavior?

Removed price from the subscriptions pushdown options and updated the docs.

Since price is nested inside the items array and a subscription can have multiple items (a 1:n relationship), we chose to avoid mapping it to a single top-level column and instead remove it from the pushdown options.

Additional context

This follows the discussion in #623.

@burmecia burmecia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@burmecia
burmecia merged commit 3758995 into supabase:main Aug 12, 2026
8 checks passed
@sanskar-soni-9
sanskar-soni-9 deleted the fix/stripe-remove-price-pushdown branch August 12, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants