Closed
Description
We need to add a new field to the "Job" model to keep the job title:
- type: string, required, max length 64
- update swagger/postman
- create a migration script
- for existent records populate it with the value from
description
- for existent records populate it with the value from
- update all related endpoints to support it
- update ES processor / es-mapping if needed