X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Foauth-client%2Fsql%2Fauto_uninstall.sql;h=a3c96fd5662da529b7d67e3d5437ea229c4c95c2;hb=5e23b7cccb316c9e125df66172ed293af2c62fe6;hp=db6fecf209c9a7b6ecd8d7d0edcf421f1831138a;hpb=5e3aaf6fd124434f13d1027bbbcc86158344b126;p=civicrm-core.git diff --git a/ext/oauth-client/sql/auto_uninstall.sql b/ext/oauth-client/sql/auto_uninstall.sql index db6fecf209..a3c96fd566 100644 --- a/ext/oauth-client/sql/auto_uninstall.sql +++ b/ext/oauth-client/sql/auto_uninstall.sql @@ -11,13 +11,14 @@ -- -- /******************************************************* -- * --- * Clean up the exisiting tables +-- * Clean up the existing tables -- * -- *******************************************************/ SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS `civicrm_oauth_systoken`; +DROP TABLE IF EXISTS `civicrm_oauth_contact_token`; DROP TABLE IF EXISTS `civicrm_oauth_client`; SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file