Skip to content

Commit

Permalink
Fix an error when deleting tables in mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Nov 19, 2024
1 parent 03f49f8 commit fbe5ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/mysql/removetbl.sql
Original file line number Diff line number Diff line change
@@ -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`;
DROP TABLE IF EXISTS `task_result`;

0 comments on commit fbe5ac3

Please sign in to comment.