mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
4 lines
272 B
SQL
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`; |