[sql] Delete using specific database name

This commit is contained in:
Sergey Konovalov
2024-11-20 17:20:30 +03:00
parent a095b0b5c9
commit e0f507f61d

View File

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