From cd353a8305514377d8e55b3b3f7a026e1dc1988e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 Aug 2026 19:17:57 +0930 Subject: [PATCH] refactor: move resolved one-off migrations to Deprecated/ status:dedup and fix:avatars address historical data states that can no longer occur (unique statuses.uri index since 2019; SVG identicon avatars no longer generated). Move both to a Deprecated/ folder and update the README audit accordingly. media:fix stays in FixBugs/ since image filters are still an active feature. --- .../AvatarDefaultMigration.php | 2 +- .../{FixBugs => Deprecated}/StatusDedupe.php | 2 +- app/Console/Commands/README.md | 43 +++++++++++++------ 3 files changed, 33 insertions(+), 14 deletions(-) rename app/Console/Commands/{FixBugs => Deprecated}/AvatarDefaultMigration.php (98%) rename app/Console/Commands/{FixBugs => Deprecated}/StatusDedupe.php (97%) diff --git a/app/Console/Commands/FixBugs/AvatarDefaultMigration.php b/app/Console/Commands/Deprecated/AvatarDefaultMigration.php similarity index 98% rename from app/Console/Commands/FixBugs/AvatarDefaultMigration.php rename to app/Console/Commands/Deprecated/AvatarDefaultMigration.php index a46de5505..772555af2 100644 --- a/app/Console/Commands/FixBugs/AvatarDefaultMigration.php +++ b/app/Console/Commands/Deprecated/AvatarDefaultMigration.php @@ -1,6 +1,6 @@