mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The migration failed on MySQL with a 1062 duplicate-entry error: recollating name/slug to utf8mb4_unicode_520_ci makes previously-distinct values collide on the unique indexes, so the ALTER TABLE was rejected. Merge colliding rows first, comparing values under the target collation. For each collision group the lowest id is kept, references in status_hashtags, hashtag_follows, hashtag_related and discover_category_hashtags are repointed to it (UPDATE IGNORE + cleanup), and the losing rows are deleted before the collation is applied. Adds a regression test for the merge path. |
4 weeks ago | |
|---|---|---|
| .. | ||
| Account | 4 weeks ago | |
| Api | 4 weeks ago | |
| Auth | 4 weeks ago | |
| AuthScope | 4 weeks ago | |
| Compose | 4 weeks ago | |
| CriticalRoutes | 4 weeks ago | |
| Federation | 4 weeks ago | |
| Framework | 4 weeks ago | |
| Security | 4 weeks ago | |
| Settings | 4 weeks ago | |
| ActivityPubDeliveryServiceTest.php | 4 weeks ago | |
| AdminRemoveCwTest.php | 4 weeks ago | |
| CommentPrivatePostTest.php | 4 weeks ago | |
| DeleteWorkerAuthorizationTest.php | 4 weeks ago | |
| HashtagCollationTest.php | 4 weeks ago | |
| HttpClientMigrationTest.php | 4 weeks ago | |
| LoginTest.php | 1 year ago | |
| ModelNamespaceMigrationTest.php | 4 weeks ago | |
| NotificationServiceTest.php | 4 weeks ago | |
| RemoteOidcTest.php | 4 weeks ago | |
| ValidUsernameTest.php | 4 weeks ago | |