Remove SQLite support
Created by: riyad
Supporting SQLite makes no sense for GitLab:
- SQLite shouldn't be used in production (because of mulit-user/multi-process access to DB)
- Strange race conditions with SQL (e.g. #1262)
- Problems with locking
It might be a good idea for starting development, but it shouldn't be supported in production.