Skip to content

Remove DataImportMode.Elements

DataImportMode.Elements is the process mode that was used for the old imports system, before everything was switched to workers (with the Workers mode).

We can remove it from the enum (requires #655 (closed)), then write a migration to delete all processes of this mode.