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 14 lines 301 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE backup_codes SET used_at = NOW() WHERE id = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "9c27e0caab84d4bd99f3eb1650ccf70c49dbf4ad1cef6de2a4bc8324faa1cece" 14}