Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4e2986199080ec4e4cf264540f3e2193dbc5bf49 16 lines 563 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO record_blobs (repo_id, record_uri, blob_cid)\n SELECT $1, record_uri, blob_cid\n FROM UNNEST($2::text[], $3::text[]) AS t(record_uri, blob_cid)\n ON CONFLICT (repo_id, record_uri, blob_cid) DO NOTHING\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "TextArray", 10 "TextArray" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "c8338c9895af03e8b9d61699ef1d9e3238aec315e856af51130f95fbbb706b18" 16}