Merge pull request #1597 from pixelfed/frontend-ui-refactor

Update command
pull/1609/head
daniel 6 years ago committed by GitHub
commit 2fa01c9350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,7 @@ class StatusDedupe extends Command
{
DB::table('statuses')
->selectRaw('id, uri, count(uri) as occurences')
->whereNull('deleted_at')
->whereNotNull('uri')
->groupBy('uri')
->orderBy('created_at')

Loading…
Cancel
Save