PeerTube/shared
Chocobozzz 77e0851758
Ensure local actors preferredName don't already exist
Before applying this commit, check you don't have duplicates local
actors in your database:

select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0

If you have some results, it seems you have duplicate channels/accounts.
For every entry, you'll have to change the preferredUsername of the
entry you want (so they are unique). The updated actors could have some
federations issues. Sorry.
2019-12-05 14:57:14 +01:00
..
core-utils Add client hooks 2019-07-24 10:58:16 +02:00
extra-utils Add ability to filter per job type 2019-12-04 14:49:59 +01:00
models Ensure local actors preferredName don't already exist 2019-12-05 14:57:14 +01:00
index.ts Type functions 2017-06-10 22:15:25 +02:00