UPDATE person SET is_site_admin=TRUE WHERE id=1
(assuming 1 is your user ID)
Submitted 3 years ago by [email protected] to [email protected]
https://todo.sr.ht/~vpzom/lotide/98
I'm not very familiar with Postgresql and I don't want to risk messing up my configuration. What's the correct way to do this?
UPDATE person SET is_site_admin=TRUE WHERE id=1
(assuming 1 is your user ID)