Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/small-bugs 15 lines 392 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE external_identities\n SET provider_username = $2, last_login_at = NOW()\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "a3d549a32e76c24e265c73a98dd739067623f275de0740bd576ee288f4444496" 15}