mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Explicitly set that our utc datetypes does not need an comment
This fixes an deprecation warning.
This commit is contained in:
parent
3d790db559
commit
c94d3cdc68
1 changed files with 6 additions and 2 deletions
|
@ -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)~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue