PeerTube/server/models
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
..
account
activitypub Ensure local actors preferredName don't already exist 2019-12-05 14:57:14 +01:00
application
avatar
oauth
redundancy
server
video Fix retrieving of deleted comments when subscribing to a new instance 2019-12-04 09:36:45 +01:00
migrations.ts
utils.ts