joomla-oauth-server/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql

4 lines
272 B
MySQL
Raw Permalink Normal View History

2024-03-08 02:26:27 +03:00
drop table if exists `#__webmasterskaya_oauthserver_access_tokens`;
drop table if exists `#__webmasterskaya_oauthserver_authorization_codes`;
drop table if exists `#__webmasterskaya_oauthserver_clients`;
drop table if exists `#__webmasterskaya_oauthserver_refresh_tokens`;