You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I'm back with “duplicates”, but this time in status :-(
This morning I noticed two similar responses to one of my status. Looking in the table concerned (bookwyrm_status) I see that they are indeed duplicates (with the same remote_id).
Searching with
SELECT * FROM “public”. “bookwyrm_status” WHERE remote_id IN ( SELECT remote_id FROM “public”. “bookwyrm_status” GROUP BY remote_id HAVING COUNT(*) > 1 );
I find about ten status with a double.
In each case, these duplicates come from other bookwyrm instances (with different versions: 0.7.4, 0.7.3 and 0.7.1).
The text was updated successfully, but these errors were encountered:
Bookwrym 1.7.4
I'm sorry, I'm back with “duplicates”, but this time in status :-(
This morning I noticed two similar responses to one of my status. Looking in the table concerned (bookwyrm_status) I see that they are indeed duplicates (with the same remote_id).
Searching with
SELECT * FROM “public”. “bookwyrm_status” WHERE remote_id IN ( SELECT remote_id FROM “public”. “bookwyrm_status” GROUP BY remote_id HAVING COUNT(*) > 1 );
I find about ten status with a double.
In each case, these duplicates come from other bookwyrm instances (with different versions: 0.7.4, 0.7.3 and 0.7.1).
The text was updated successfully, but these errors were encountered: