Skip to content

Commit

Permalink
RHINENG-13371: set package_data=null for old errata
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Oct 1, 2024
1 parent 3a25755 commit 20de9cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
delete from advisory_metadata am where package_data is not json array and not exists (select 1 from advisory_account_data aad where aad.advisory_id = am.id);
update advisory_metadata set package_data = null where package_data is not json array;

0 comments on commit 20de9cd

Please sign in to comment.