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?
Submitted 3 years ago by admin@lotide.epistles.xyz to discussion
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?
vpzom 3 years ago
UPDATE person SET is_site_admin=TRUE WHERE id=1
(assuming 1 is your user ID)