-- Copyright (C) 2026 Eduard Wisch -- -- Indizes fuer Metallzuschlag-Historie -- ALTER TABLE llx_metallzuschlag_history ADD UNIQUE INDEX uk_metallzuschlag_history (date_notiz, metal, source); ALTER TABLE llx_metallzuschlag_history ADD INDEX idx_metallzuschlag_history_date (date_notiz); ALTER TABLE llx_metallzuschlag_history ADD INDEX idx_metallzuschlag_history_metal (metal);