this post was submitted on 10 Jun 2023
7 points (100.0% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I had to do that earlier, and haven't had any issues. Just make sure you remove them from both
person
andlocal_user
tables. They're linked onperson.id
=local_user.person_id
.I exported the user's row data from both tables before deleting them just to be cautious.
thanks for the info