Bug 14168: (followup) atomic update for syspref
[koha.git] / installer / data / mysql / atomicupdate / bug_14168-add_html5mediayoutube_syspref.sql
1 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
2 ('HTML5MediaYouTube',0,'Embed|Don\'t embed','YouTube links as videos','YesNo');