From 49ced7ca91d3bdd5f022418eb53f2da453afac31 Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Tue, 26 May 2015 15:58:45 +0200 Subject: [PATCH] Bug 14247: Rename sysprefs atomic update file This trivial patch changes the name of the SQL update file to match the guidelines on the wiki. Sponsored-by: Halland County Library --- installer/data/mysql/atomicupdate/add_news_prefs.sql | 2 -- installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/add_news_prefs.sql create mode 100644 installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql diff --git a/installer/data/mysql/atomicupdate/add_news_prefs.sql b/installer/data/mysql/atomicupdate/add_news_prefs.sql deleted file mode 100644 index caca0b5..0000000 --- a/installer/data/mysql/atomicupdate/add_news_prefs.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Add NewsAuthorDisplay system preference, bug 14247. -INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'); diff --git a/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql b/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql new file mode 100644 index 0000000..caca0b5 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql @@ -0,0 +1,2 @@ +-- Add NewsAuthorDisplay system preference, bug 14247. +INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'); -- 2.1.4