Added optouts to export.
This commit is contained in:
parent
1201ee3868
commit
53db0fc5e7
2 changed files with 14 additions and 1 deletions
5
db-migration/migrations/20240506_export_optouts.sql
Normal file
5
db-migration/migrations/20240506_export_optouts.sql
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue