Merge pull request #21568 from eileenmcnaughton/labels
[civicrm-core.git] / xml / templates / drop.tpl
1 {*suppress license if within a file that already has the license*}{if !isset($no_license) or !$no_license}-- +--------------------------------------------------------------------+
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 {$smarty.template}
10 -- {$generated}
11 --{/if}
12 -- /*******************************************************
13 -- *
14 -- * Clean up the existing tables{if isset($no_license) and $no_license} - this section generated from {$smarty.template}
15 {/if}
16 -- *
17 -- *******************************************************/
18
19 SET FOREIGN_KEY_CHECKS=0;
20
21 {foreach from=$dropOrder item=name}
22 DROP TABLE IF EXISTS `{$name}`;
23 {/foreach}
24
25 SET FOREIGN_KEY_CHECKS=1;