mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1597 from pixelfed/frontend-ui-refactor
Update command
This commit is contained in:
commit
2fa01c9350
|
@ -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…
Reference in New Issue