Undo fix.
parent
8daf08d57c
commit
621ce539cf
|
@ -97,7 +97,7 @@ docker compose exec -it postgres psql -U postgres -d bluesky \
|
|||
|
||||
echo "Starting optouts export..."
|
||||
docker compose exec -it postgres psql -U postgres -d bluesky \
|
||||
-c "copy (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%') to stdout with csv header;" > ${CSV_DIR}/full/${date}/optout.csv
|
||||
-c "copy (select did from repos as r inner join records_block as rb on r.id=rb.repo where rb.content['subject']::text like '%did:plc:qevje4db3tazfbbialrlrkza%') to stdout with csv header;" > ${CSV_DIR}/full/${date}/optout.csv
|
||||
echo "Finishing optouts export..."
|
||||
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ docker compose exec -it postgres psql -U postgres -d bluesky \
|
|||
|
||||
echo "Starting optouts export..."
|
||||
docker compose exec -it postgres psql -U postgres -d bluesky \
|
||||
-c "copy (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%') to stdout with csv header;" > ${CSV_DIR}/monthly/${date}/optout.csv
|
||||
-c "copy (select did from repos as r inner join records_block as rb on r.id=rb.repo where rb.content['subject']::text like '%did:plc:qevje4db3tazfbbialrlrkza%') to stdout with csv header;" > ${CSV_DIR}/monthly/${date}/optout.csv
|
||||
echo "Finishing optouts export..."
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue