feat: Implement draft version of getBillingAndUsage query
This commit is contained in:
@@ -47,7 +47,7 @@ class Subscription extends Base {
|
||||
relation: Base.BelongsToOneRelation,
|
||||
modelClass: User,
|
||||
join: {
|
||||
from: 'usage_data.user_id',
|
||||
from: 'subscription.user_id',
|
||||
to: 'users.id',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user