Bug 21241: (follow-up) Made SQL change idempotent
[koha.git] / installer / data / mysql / atomicupdate / bug_21241-add_syspref_to_control_fallback_to_sms_if_no_email_defined.sql
1 INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('FallbackToSMSIfNoEmail', 0, 'Enable|Disable', 'Send messages by SMS if no patron email is defined', 'YesNo');