mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 14:28:42 +02:00
Removed ArrayType which is not necessary anymore with the new webauthn lib
This commit is contained in:
parent
0eee161630
commit
781ea45633
2 changed files with 0 additions and 120 deletions
|
@ -25,10 +25,6 @@ doctrine:
|
|||
tinyint:
|
||||
class: App\Doctrine\Types\TinyIntType
|
||||
|
||||
# This was removed in doctrine/orm 4.0 but we need it for the WebauthnKey entity
|
||||
array:
|
||||
class: App\Doctrine\Types\ArrayType
|
||||
|
||||
schema_filter: ~^(?!internal)~
|
||||
# Only enable this when needed
|
||||
profiling_collect_backtrace: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue