Added optouts to export.

This commit is contained in:
mathan 2024-05-06 17:04:57 -07:00
parent 1201ee3868
commit 53db0fc5e7
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,5 @@
drop materialized view export_optouts;
create materialized view export_optouts
as select did as "did:ID" from repos as r inner join records_block as rb on r.id=rb.repo where rb.content['subject']::text like '%did:plc:qevje4db3tazfbbialrlrkza%'
with no data;