Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 17 lines 453 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO invite_codes (code, available_uses, created_by_user, for_account)\n SELECT code, $2, $3, $4 FROM UNNEST($1::text[]) AS t(code)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "TextArray", 9 "Int4", 10 "Uuid", 11 "Text" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "d14a9a31e7c765a205b9c96877b547c67bc2625a2721a7f87302ece2bbbe1e76" 17}