diff options
Diffstat (limited to 'Zotlabs/Update/_1005.php')
-rw-r--r-- | Zotlabs/Update/_1005.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Zotlabs/Update/_1005.php b/Zotlabs/Update/_1005.php new file mode 100644 index 000000000..ee8621a8d --- /dev/null +++ b/Zotlabs/Update/_1005.php @@ -0,0 +1,13 @@ +<?php + +namespace Zotlabs\Update; + +class _1005 { +function run() { + q("drop table guid"); + q("drop table `notify-threads`"); + return UPDATE_SUCCESS; +} + + +}
\ No newline at end of file |