Add new tests and update schema.sql and account permissions
New test files for database functionalities like transfer of ownership, schema conditions, and updating roles have been added. Changes have also been made in the schema.sql file for checking the role hierarchy levels and updating rules for permissions. Modifications in account permissions test have also been performed for more accuracy.
This commit is contained in:
@@ -30,7 +30,7 @@ export class AccountInvitationsService {
|
||||
...params,
|
||||
};
|
||||
|
||||
logger.info(ctx, 'Removing invitation');
|
||||
logger.info(ctx, 'Removing invitation...');
|
||||
|
||||
const { data, error } = await this.client
|
||||
.from('invitations')
|
||||
|
||||
Reference in New Issue
Block a user