Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-org
gitlab-exporter
Commits
cae49a98
Commit
cae49a98
authored
Feb 23, 2018
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax error
parent
81f7fd2d
Pipeline
#77737
failed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide 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 @
cae49a98
...
...
@@ -19,7 +19,7 @@ module GitLab
INNER JOIN project_mirror_data ON project_mirror_data.project_id = projects.id
INNER JOIN namespaces ON projects.namespace_id = namespaces.id
LEFT JOIN plans ON namespaces.plan_id = plans.id
SQL
,
SQL
check:
"SELECT 1 FROM information_schema.tables WHERE table_name='project_mirror_data'"
}
...
...
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