Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
[koha.git] / installer / data / mysql / atomicupdate / bug_13984-add-CardnumberLength_unless_exists.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('CardnumberLength', '', '', 'Set a length for card numbers.', 'Free');