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