Drop SQLite support (#2405)

This commit is contained in:
Kevin Papst
2021-03-08 16:06:22 +01:00
committed by GitHub
parent 70f7f35009
commit 30ac5e4c24
78 changed files with 1165 additions and 1596 deletions

View File

@@ -104,12 +104,6 @@ services:
calls:
- [ setAnnotationReader, [ "@annotation_reader" ] ]
# make sure, that sqlite supports foreign keys and cascade deletes
App\Doctrine\SqliteSessionInitSubscriber:
class: App\Doctrine\SqliteSessionInitSubscriber
tags:
- { name: doctrine.event_listener, event: postConnect }
# store and retrieve sessions in and from database
App\Security\SessionHandler:
arguments: