mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +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)%'
|
url: '%env(resolve:DATABASE_URL)%'
|
||||||
types:
|
types:
|
||||||
datetime: App\Helpers\UTCDateTimeType
|
datetime:
|
||||||
date: App\Helpers\UTCDateTimeType
|
class: App\Helpers\UTCDateTimeType
|
||||||
|
commented: false
|
||||||
|
date:
|
||||||
|
class: App\Helpers\UTCDateTimeType
|
||||||
|
commented: false
|
||||||
|
|
||||||
schema_filter: ~^(?!internal|log)~
|
schema_filter: ~^(?!internal|log)~
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue