From e5f9c4460f8c888e0a4372e31f22e61b96c2cbe6 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 17 Feb 2016 20:34:54 +0200 Subject: Remove remaining sqlite method call --- lib/tasks/gitlab/check.rake | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1