## +----------------------------------------------------------------------+
## | OpenConf                                                             |
## +----------------------------------------------------------------------+
## | Copyright (c) 2002-2011 Zakon Group LLC.  All Rights Reserved.       |
## +----------------------------------------------------------------------+
## | This source file is subject to the OpenConf License, available on    |
## | the OpenConf web site: www.OpenConf.com                              |
## +----------------------------------------------------------------------+

## NOTE: This file cannot contain a semi-colon (;) except at the end of a
## SQL statement.

# --------------------------------------------------------

DROP TABLE IF EXISTS `module_oc_discussion_post`;
DROP TABLE IF EXISTS `module_oc_discussion_read`;
DROP TABLE IF EXISTS `module_oc_discussion_notification`;

DELETE FROM `config` WHERE `module`='oc_discussion';

DELETE FROM `status` WHERE `module`='oc_discussion';