Merge pull request #23762 from civicrm/5.51
[civicrm-core.git] / ext / oauth-client / sql / auto_uninstall.sql
index db6fecf209c9a7b6ecd8d7d0edcf421f1831138a..a3c96fd5662da529b7d67e3d5437ea229c4c95c2 100644 (file)
 --
 -- /*******************************************************
 -- *
--- * 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