diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-17 19:21:05 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-17 19:21:05 +0000 |
commit | 66c03e0e2948159793bf0f288a5253a7ad56869a (patch) | |
tree | 8ffd99128404cc51a206029305f0bb68c7069fde /lib | |
parent | ff28ac9c18231c54b9a925d26915bf3e29548ddd (diff) | |
parent | e5f9c4460f8c888e0a4372e31f22e61b96c2cbe6 (diff) | |
download | gitlab-ce-66c03e0e2948159793bf0f288a5253a7ad56869a.tar.gz |
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.rake | 1 |
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 |