Bug 17047: Compiled CSS
[koha.git] / installer / data / mysql / atomicupdate / mana_04-add_mana_token.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2 ('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea');