mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
5 lines
282 B
SQL
5 lines
282 B
SQL
-- Migration 006: add notify_email to smtp_settings
|
|
-- notify_email is the address that receives admin notifications (access requests, etc.)
|
|
-- It is separate from from_email (the sender/no-reply address).
|
|
ALTER TABLE smtp_settings ADD COLUMN notify_email TEXT NOT NULL DEFAULT '';
|