Bug 17708: Add the IGNORE clause
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
53ebb5c33b
commit
4c2b8358cb
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
|
||||
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
|
||||
('RenewalLog','0','','If ON, log information about renewals','YesNo');
|
||||
|
|
Loading…
Reference in a new issue