Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Aug 12, 2019
1 parent 63670dc commit 749d510
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 749d510

Please sign in to comment.