Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at main 15 lines 483 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_account_device (did, device_id, created_at, updated_at)\n VALUES ($1, $2, NOW(), NOW())\n ON CONFLICT (did, device_id) DO UPDATE SET updated_at = NOW()\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "86e9b7eb9414f4fb003f47d148d269756d6b58b9d80bf3e44888f09b061da9eb" 15}