From 3dbb8098b7787f0c9009ec6140ca069817404761 Mon Sep 17 00:00:00 2001 From: Julian FIOL Date: Thu, 20 Aug 2015 14:20:43 +0200 Subject: [PATCH] Bug 14608 : Adding the new syspref UsageStatsLastDisplay to the updatedb (atomicupdate dir) In response of Joubu comment #4 --- installer/data/mysql/atomicupdate/14608.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/14608.sql diff --git a/installer/data/mysql/atomicupdate/14608.sql b/installer/data/mysql/atomicupdate/14608.sql new file mode 100644 index 0000000..d421f4f --- /dev/null +++ b/installer/data/mysql/atomicupdate/14608.sql @@ -0,0 +1,2 @@ +INSERT INTO systempreferences (variable, value, options, explanation, type ) +VALUES ('UsageStatsLastDisplay', '', NULL, 'The last time we offered you to share your statistics', 'Free'); \ No newline at end of file -- 2.4.5