-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Line 30 in 12428e5
| await queryRunner.query(`select app_audit.audit_table('${tableName}')`) |
this line should be updated to
await queryRunner.query(`select ${config.DB.AUDIT_SCHEMA}.audit_table('${tableName}')`)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels