Improve migration

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-04 19:30:18 +04:00
parent 5b3fca4de8
commit 6b7043ae56

View File

@@ -5,4 +5,4 @@ SET
FROM
audits a
WHERE
reports.tenant_id = a.tenant_id;
reports.id = a.report_id;