-- +--------------------------------------------------------------------+
-- | Copyright CiviCRM LLC. All rights reserved.                        |
-- |                                                                    |
-- | This work is published under the GNU AGPLv3 license with some      |
-- | permitted exceptions and without any warranty. For full license    |
-- | and copyright information, see https://civicrm.org/licensing       |
-- +--------------------------------------------------------------------+
--
-- Generated from drop.tpl
-- DO NOT EDIT.  Generated by CRM_Core_CodeGen
--
-- /*******************************************************
-- *
-- * Clean up the existing tables
-- *
-- *******************************************************/

SET FOREIGN_KEY_CHECKS=0;

DROP TABLE IF EXISTS `civicrm_form_processor_input`;
DROP TABLE IF EXISTS `civicrm_form_processor_default_data_input`;
DROP TABLE IF EXISTS `civicrm_form_processor_default_data_action`;
DROP TABLE IF EXISTS `civicrm_form_processor_calculate_action`;
DROP TABLE IF EXISTS `civicrm_form_processor_action`;
DROP TABLE IF EXISTS `civicrm_form_processor_validation`;
DROP TABLE IF EXISTS `civicrm_form_processor_validate_validator`;
DROP TABLE IF EXISTS `civicrm_form_processor_validate_action`;
DROP TABLE IF EXISTS `civicrm_form_processor_instance`;

SET FOREIGN_KEY_CHECKS=1;
