Merge pull request #23443 from civicrm/5.50
[civicrm-core.git] / ext / oauth-client / sql / auto_uninstall.sql
CommitLineData
c145023a
TO
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-- *
d55f710f 14-- * Clean up the existing tables
c145023a
TO
15-- *
16-- *******************************************************/
17
18SET FOREIGN_KEY_CHECKS=0;
19
20DROP TABLE IF EXISTS `civicrm_oauth_systoken`;
d55f710f 21DROP TABLE IF EXISTS `civicrm_oauth_contact_token`;
c145023a
TO
22DROP TABLE IF EXISTS `civicrm_oauth_client`;
23
24SET FOREIGN_KEY_CHECKS=1;