summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-17 20:34:54 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-17 20:34:54 +0200
commite5f9c4460f8c888e0a4372e31f22e61b96c2cbe6 (patch)
tree4a625515d9809062037dd25a1f4635ff92d3cf3c
parent3de6edd6041a725aaffba95603d4eb2912627d42 (diff)
downloadgitlab-ce-e5f9c4460f8c888e0a4372e31f22e61b96c2cbe6.tar.gz
Remove remaining sqlite method call
-rw-r--r--lib/tasks/gitlab/check.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 54d95cd62a5..81099cb8ba9 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -16,7 +16,6 @@ namespace :gitlab do
check_git_config
check_database_config_exists
- check_database_is_not_sqlite
check_migrations_are_up
check_orphaned_group_members
check_gitlab_config_exists