joomla-oauth-server/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql
2024-03-08 02:26:27 +03:00

4 lines
272 B
SQL

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`;