add medreport schema
This commit is contained in:
@@ -40,6 +40,7 @@ class DeleteTeamAccountService {
|
||||
|
||||
// we can use the admin client to delete the account.
|
||||
const { error } = await adminClient
|
||||
.schema('medreport')
|
||||
.from('accounts')
|
||||
.delete()
|
||||
.eq('id', params.accountId);
|
||||
|
||||
Reference in New Issue
Block a user