-- Copyright (C) 2026 Eduard Wisch -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. ALTER TABLE llx_mahnung_mahnung ADD UNIQUE INDEX uk_mahnung_ref (entity, ref); ALTER TABLE llx_mahnung_mahnung ADD INDEX idx_mahnung_facture (fk_facture); ALTER TABLE llx_mahnung_mahnung ADD INDEX idx_mahnung_soc (fk_soc); ALTER TABLE llx_mahnung_mahnung ADD INDEX idx_mahnung_status (status); ALTER TABLE llx_mahnung_mahnung ADD INDEX idx_mahnung_stufe (stufe); ALTER TABLE llx_mahnung_mahnung ADD INDEX idx_mahnung_date (date_mahnung);