view schema/updates/1107/01.reindex_import_logs.sql @ 4793:d6d73ca5496a

client: import_overview: improve implementation of exporting logs * adjust using of end point * delete the generation of csv in front end
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 25 Oct 2019 15:09:10 +0200
parents 65a5501dc13d
children
line wrap: on
line source

DROP INDEX import.kind_idx;
CREATE INDEX import_logs_import_id ON import.import_logs (import_id);