From fa0a116d5c8dbca65f45eef6e945df712c48e227 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Fri, 8 Mar 2024 02:26:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20sq?= =?UTF-8?q?l=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql b/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql index e69de29..9121207 100644 --- a/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql +++ b/com_oauthserver/administrator/sql/uninstall.mysql.utf8.sql @@ -0,0 +1,4 @@ +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`; \ No newline at end of file