Jump to content
TNG Community

Is there a way to mark all living as private?


camfam

Recommended Posts

I want to take a look at GEDmatch, but I want to mark all Living people in my TNG as Private before I export my TNG GEDCOM. Is there a way to mark all Living people as Private in TNG at once instead of doing it one by one in each person's profile?

Link to comment
Share on other sites

I solved this by editing the database directly with the following SQL:

UPDATE tng_people
SET private = 1
WHERE living = 1;

Link to comment
Share on other sites

Just now, camfam said:

I solved this by editing the database directly with the following SQL:

UPDATE tng_people
SET private = 1
WHERE living = 1;

I'm sure that you could do the same by creating a report with the SQL.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...