implement TwingleShop integration
This commit is contained in:
parent
ea46e6a747
commit
8cfa270dff
60 changed files with 5200 additions and 106 deletions
21
sql/auto_uninstall.sql
Normal file
21
sql/auto_uninstall.sql
Normal file
|
@ -0,0 +1,21 @@
|
|||
-- +--------------------------------------------------------------------+
|
||||
-- | 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_twingle_product`;
|
||||
DROP TABLE IF EXISTS `civicrm_twingle_shop`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
Loading…
Add table
Add a link
Reference in a new issue