change types ofr created_at and job_created_at from STRING to DATE (#6536)
This commit is contained in:
Родитель
5a4c6c9aed
Коммит
26ae738d8f
|
@ -47,7 +47,7 @@ fields:
|
|||
|
||||
- mode: NULLABLE
|
||||
name: created_at
|
||||
type: STRING
|
||||
type: DATE
|
||||
description: Date decision made
|
||||
|
||||
- mode: NULLABLE
|
||||
|
@ -57,7 +57,7 @@ fields:
|
|||
|
||||
- mode: NULLABLE
|
||||
name: job_assigned_at
|
||||
type: STRING
|
||||
type: DATE
|
||||
description: Date addon report was assigned to a moderator
|
||||
|
||||
- mode: NULLABLE
|
||||
|
|
Загрузка…
Ссылка в новой задаче