mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
7 lines
146 B
SQL
7 lines
146 B
SQL
USE onlyoffice;
|
|
--
|
|
-- Drop tables
|
|
--
|
|
DROP TABLE IF EXISTS `doc_callbacks`;
|
|
DROP TABLE IF EXISTS `doc_changes`;
|
|
DROP TABLE IF EXISTS `task_result`; |