mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Fix an error when deleting tables in mysql
This commit is contained in:
@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user