Add new mode for templates on DataImport
The DataImport model needs to support a new mode named Template.
It will be used to store worker runs and their configurations to re-create specific process.
- make a db migration that set this enum AND add a nullable foreign key named
templateontoDataImport(related name isapplications) - make sure the
listDataImportendpoint support it
Edited by Bastien Abadie