Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-17 22:21:05 +0300
committerRémy Coutable <remy@rymai.me>2016-02-18 15:00:04 +0300
commitcdc928d47fd380a705416800bbf31a76ea4b1e12 (patch)
tree132cca835863d035367ff0506621eac42c49e6ee /lib
parent7dddd45ebfcfe292aadadd57a027dd32810c2005 (diff)
Merge branch 'sqlite_rm_rf' into 'master'
Remove remaining sqlite method call Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13535 See merge request !2862
Diffstat (limited to 'lib')
-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