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