Skip to content

Commit

Permalink
fix: Remove useless col in view
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 12, 2023
1 parent 664f91d commit ee11423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supabase/migrations/20231212094633_performance.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ AS
s.current_period_start,
s.current_period_end,
COUNT(c.id) AS number_of_calls,
pro.id as product_id,
u.api_token
pro.id as product_id
FROM
users u
LEFT JOIN
Expand Down

0 comments on commit ee11423

Please sign in to comment.