View | Details | Raw Unified | Return to bug 17708
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql (-2 / +1 lines)
Lines 1-2 Link Here
1
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2
('RenewalLog','0','','If ON, log information about renewals','YesNo');
2
('RenewalLog','0','','If ON, log information about renewals','YesNo');
3
- 

Return to bug 17708