Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-org
gitlab-exporter
Commits
ae1e72d8
Commit
ae1e72d8
authored
Jun 29, 2017
by
Zeger-Jan van de Weg
Browse files
Remove trailing comma
parent
bfa72dac
Pipeline
#53161
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab_monitor/database/row_count.rb
lib/gitlab_monitor/database/row_count.rb
+1
-1
No files found.
lib/gitlab_monitor/database/row_count.rb
View file @
ae1e72d8
...
...
@@ -14,7 +14,7 @@ module GitLab
joins:
"LEFT JOIN namespaces ON projects.namespace_id = namespaces.id"
,
where:
"namespaces.id IS NULL"
},
uploads:
{
select: :uploads
}
,
uploads:
{
select: :uploads
}
}.
freeze
def
run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment