Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

People appearing multiple times in person table #70

Open
davorg opened this issue Nov 26, 2021 · 0 comments
Open

People appearing multiple times in person table #70

davorg opened this issue Nov 26, 2021 · 0 comments

Comments

@davorg
Copy link
Owner

davorg commented Nov 26, 2021

This is on the dev DB server.

> select * from person where slug in ('4fbbc3-alastair-windsor-2nd-duke-of-connaught-and-strathearn', '9a2b2a-princess-elisabeth-of-hesse-and-by-rhine') order by slug, id;
+-----+------------+------------+--------+--------------+-----+-----------+--------------------------------------------------------------+
| id  | born       | died       | parent | family_order | sex | wikipedia | slug                                                         |
+-----+------------+------------+--------+--------------+-----+-----------+--------------------------------------------------------------+
| 143 | 1914-08-09 | 1943-04-26 |    142 |            1 | m   | NULL      | 4fbbc3-alastair-windsor-2nd-duke-of-connaught-and-strathearn |
| 367 | 1914-08-09 | 1943-04-26 |    366 |            1 | m   | NULL      | 4fbbc3-alastair-windsor-2nd-duke-of-connaught-and-strathearn |
| 268 | 1895-03-11 | 1903-11-16 |    267 |            3 | f   | NULL      | 9a2b2a-princess-elisabeth-of-hesse-and-by-rhine              |
| 555 | 1895-03-11 | 1903-11-16 |    301 |            2 | f   | NULL      | 9a2b2a-princess-elisabeth-of-hesse-and-by-rhine              |
+-----+------------+------------+--------+--------------+-----+-----------+--------------------------------------------------------------+
4 rows in set (0.001 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant