diff --git a/ampel/ztf/t0/ArchiveUpdater.py b/ampel/ztf/t0/ArchiveUpdater.py index 5db6744..e6a5afa 100755 --- a/ampel/ztf/t0/ArchiveUpdater.py +++ b/ampel/ztf/t0/ArchiveUpdater.py @@ -165,9 +165,6 @@ def _insert_alert(self, conn, alert, partition_id=0, ingestion_time=0): ): if len(rows) > 0: self._update_history(conn, label, rows, alert_id) - - if forced_photometry := alert.get("fp_hists", []): - self._update_history(conn, "fp_hist", forced_photometry, alert_id) return True