wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
0
fork

Configure Feed

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

at main 4 lines 131 B view raw
1--  Retrieves a user's ID from their registration number. 2select u.id 3from public.user_account as u 4where u.registration = $1;