Removed some obsolete client components. Added ASG Max with affiliates.

This commit is contained in:
DebaucheryLibrarian
2026-01-30 05:25:35 +01:00
parent 5042f8fb40
commit 91771c9ef4
155 changed files with 982 additions and 22880 deletions

View File

@@ -1090,7 +1090,7 @@ async function flushOrphanedMedia(stage = 1) {
)
.as('associations'),
)
.whereRaw('associations.media_id = media.id'),
.whereRaw('associations.media_id = media.id'),
)
.limit(config.media.flushWindow);
// .delete();