Added an database migration to improve the log schema.

This commit is contained in:
Jan Böhmer 2020-01-26 20:27:37 +01:00
parent 3178dcbb6c
commit d5f018a738
3 changed files with 45 additions and 2 deletions

View file

@ -12,7 +12,7 @@ doctrine:
date:
class: App\Helpers\UTCDateTimeType
schema_filter: ~^(?!internal|log)~
schema_filter: ~^(?!internal)~
profiling_collect_backtrace: true
orm: