I've been saying "PDSes seem easy enough, they're what, some CRUD to a db? I can do that in my sleep". well i'm sleeping rn so let's go
0
fork

Configure Feed

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

at main 16 lines 395 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE oauth_authorization_request\n SET did = $2, device_id = $3\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "a4e657ed91c9ecfcf419deeae5f42ede88cddc842bdf37f2ef082b252ab1642c" 16}