mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
- add exemplaire_baiu, exemplaire_erg, cc4r, remarks; - add is_ulb to jury; - split jury_lecteurs into interne/externe in view; - refactor admin edit form with backoffice fields; - update public fiche to show promoteur ULB and split lecteurs
5 lines
265 B
SQL
5 lines
265 B
SQL
-- Migration 010: add notify_email to smtp_settings
|
|
-- Required by SmtpRelay::getSettings() which SELECTs this column.
|
|
-- Absence of this column causes a fatal SQL error on parametres.php.
|
|
ALTER TABLE smtp_settings ADD COLUMN notify_email TEXT NOT NULL DEFAULT '';
|