Bug 14146: Add the new pref CumulativeRestrictionPeriods
[koha.git] / installer / data / mysql / atomicupdate / bug_14146.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
2 VALUES ('CumulativeRestrictionPeriods',  0,  NULL,  'Cumulate the restriction periods instead of keeping the highest',  'YesNo');