mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 04:38:06 +02:00
22 lines
No EOL
865 B
SQL
22 lines
No EOL
865 B
SQL
-- +--------------------------------------------------------------------+
|
|
-- | 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_contact_category`;
|
|
|
|
SET FOREIGN_KEY_CHECKS=1; |