Skip to content

Commit

Permalink
Fusionne la preuve de l'audit avec l'audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
derfurth committed Jan 21, 2023
1 parent c5bb145 commit 831a37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_layer/sqitch/deploy/labellisation/preuve_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ select 'audit',
null,
null,
null,
to_jsonb(p) || jsonb_build_object('referentiel', a.referentiel)
to_jsonb(p) || to_jsonb(a)
from audit a
join preuve_audit p on p.audit_id = a.id
left join labellisation.bibliotheque_fichier_snippet fs on fs.id = p.fichier_id
Expand Down

0 comments on commit 831a37f

Please sign in to comment.