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 Soft delete video comments instead of detroy 2019-12-04 09:36:45 +01:00
activitypub Ensure local actors preferredName don't already exist 2019-12-05 14:57:14 +01:00
application Fix createdAt/updatedAt issues 2019-04-26 09:16:43 +02:00
avatar Type toFormattedJSON 2019-08-20 19:23:10 +02:00
oauth Stronger model typings 2019-08-19 17:26:35 +02:00
redundancy Add ability to disable webtorrent 2019-11-25 10:59:43 +01:00
server Add auto follow back support for instances 2019-09-04 16:24:58 +02:00
video Fix retrieving of deleted comments when subscribing to a new instance 2019-12-04 09:36:45 +01:00
migrations.ts Update sequelize 2019-04-24 16:26:20 +02:00
utils.ts Add more filters to admin follows table 2019-11-29 11:16:43 +01:00