diff options
Diffstat (limited to 'Zotlabs/Update')
-rw-r--r-- | Zotlabs/Update/_1258.php | 14 |
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'"); + + } + +} |