Isaí
05/03/2022, 9:52 PMgaryaustin
05/03/2022, 10:15 PMIsaí
05/03/2022, 10:46 PMgaryaustin
05/03/2022, 10:56 PMcurl -X POST 'https://ugcxxxxxxxxseypbq.supabase.co/rest/v1/rpc/test_fn' \
-d '{ "row_id": "value" }' \
-H "Content-Type: application/json" \
-H "apikey: SUPABASE_KEY" \
-H "Authorization: Bearer SUPABASE_KEY"
Isaí
05/03/2022, 11:04 PMIsaí
05/03/2022, 11:46 PMdeclare
id_chip text;
begin
update public.chips
set status = 'soldout';
where chip_id = id_chip
end;
garyaustin
05/03/2022, 11:50 PMIsaí
05/03/2022, 11:56 PMgaryaustin
05/04/2022, 12:07 AMIsaí
05/04/2022, 2:33 AM