Update command

pull/1597/head
Daniel Supernault 6 years ago
parent 63670dc24e
commit 749d5101f4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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