mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-22 15:17:20 +01:00
Explicitly set that our utc datetypes does not need an comment
This fixes an deprecation warning.
This commit is contained in:
@@ -17,8 +17,12 @@ doctrine:
|
||||
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
types:
|
||||
datetime: App\Helpers\UTCDateTimeType
|
||||
date: App\Helpers\UTCDateTimeType
|
||||
datetime:
|
||||
class: App\Helpers\UTCDateTimeType
|
||||
commented: false
|
||||
date:
|
||||
class: App\Helpers\UTCDateTimeType
|
||||
commented: false
|
||||
|
||||
schema_filter: ~^(?!internal|log)~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user