mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +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 tables
|
||||||
--
|
--
|
||||||
DROP TABLE IF EXISTS `doc_callbacks`;
|
DROP TABLE IF EXISTS `doc_callbacks`;
|
||||||
DROP TABLE IF EXISTS `doc_changes`;
|
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