From fbe5ac36c0aad00adbc0d5e6a6929474e63ddb19 Mon Sep 17 00:00:00 2001 From: VyacheslavSemin Date: Tue, 19 Nov 2024 15:10:53 +0300 Subject: [PATCH] Fix an error when deleting tables in mysql --- schema/mysql/removetbl.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/mysql/removetbl.sql b/schema/mysql/removetbl.sql index 849d59a9e..cab8b7e53 100644 --- a/schema/mysql/removetbl.sql +++ b/schema/mysql/removetbl.sql @@ -1,7 +1,7 @@ -USE onlyoffice; +-- USE onlyoffice; -- -- Drop tables -- DROP TABLE IF EXISTS `doc_callbacks`; DROP TABLE IF EXISTS `doc_changes`; -DROP TABLE IF EXISTS `task_result`; \ No newline at end of file +DROP TABLE IF EXISTS `task_result`;