[sql] Delete using specific database name

This commit is contained in:
Sergey Konovalov
2024-11-20 17:20:30 +03:00
parent 373349c033
commit a1a4fce50b

View File

@ -1,2 +1,2 @@
USE onlyoffice;
-- USE onlyoffice;
DROP TABLE IF EXISTS doc_changes, task_result;