aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Update/_1258.php14
-rw-r--r--boot.php2
2 files changed, 15 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1258.php b/Zotlabs/Update/_1258.php
new file mode 100644
index 000000000..13812219e
--- /dev/null
+++ b/Zotlabs/Update/_1258.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace Zotlabs\Update;
+
+class _1258 {
+
+ function run() {
+
+ dbq("DELETE FROM pconfig WHERE cat = 'channelreputation'");
+ dbq("DELETE FROM iconfig WHERE cat = 'channelreputation'");
+
+ }
+
+}
diff --git a/boot.php b/boot.php
index d5a53149e..b56ea41cf 100644
--- a/boot.php
+++ b/boot.php
@@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla');
define('STD_VERSION', '8.3.5');
define('ZOT_REVISION', '6.0');
-define('DB_UPDATE_VERSION', 1257);
+define('DB_UPDATE_VERSION', 1258);
define('PROJECT_BASE', __DIR__);