aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-05-04 09:27:31 +0000
committerMario <mario@mariovavti.com>2023-05-04 09:27:31 +0000
commita24a1ca6d79cf48ae18352a9df9e94bc6c4c7431 (patch)
treef205ffcb7d090a16ae09b1796a59df0d47ef3a46 /Zotlabs
parentdf420361000a33f3e6f6982954c21a1c7a3168cf (diff)
downloadvolse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.tar.gz
volse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.tar.bz2
volse-hubzilla-a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431.zip
update 1258 to remove traces of channelreputation
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Update/_1258.php14
1 files changed, 14 insertions, 0 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'");
+
+ }
+
+}