Merge pull request #21139 from totten/master-msgtpl-class
[civicrm-core.git] / ext / afform / core / sql / auto_uninstall.sql
1 -- +--------------------------------------------------------------------+
2 -- | Copyright CiviCRM LLC. All rights reserved. |
3 -- | |
4 -- | This work is published under the GNU AGPLv3 license with some |
5 -- | permitted exceptions and without any warranty. For full license |
6 -- | and copyright information, see https://civicrm.org/licensing |
7 -- +--------------------------------------------------------------------+
8 --
9 -- Generated from drop.tpl
10 -- DO NOT EDIT. Generated by CRM_Core_CodeGen
11 ---- /*******************************************************
12 -- *
13 -- * Clean up the existing tables-- *
14 -- *******************************************************/
15
16 SET FOREIGN_KEY_CHECKS=0;
17
18 DROP TABLE IF EXISTS `civicrm_afform_submission`;
19
20 SET FOREIGN_KEY_CHECKS=1;