Skip to content

Commit

Permalink
Merge pull request #1597 from pixelfed/frontend-ui-refactor
Browse files Browse the repository at this point in the history
Update command
  • Loading branch information
dansup committed Aug 12, 2019
2 parents 8eac325 + 749d510 commit 2fa01c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/StatusDedupe.php
Expand Up @@ -42,6 +42,7 @@ public function handle()
{
DB::table('statuses')
->selectRaw('id, uri, count(uri) as occurences')
->whereNull('deleted_at')
->whereNotNull('uri')
->groupBy('uri')
->orderBy('created_at')
Expand Down

0 comments on commit 2fa01c9

Please sign in to comment.