Merge pull request 'Fix the table or view does not exist error when deleting tables in oracle' (#53) from fix/oracle-removetbl into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/53
This commit is contained in:
Sergey Konovalov
2025-08-18 09:26:59 +00:00

View File

@ -1,5 +1,5 @@
--
-- Drop tables
--
DROP TABLE onlyoffice.doc_changes CASCADE CONSTRAINTS PURGE;
DROP TABLE onlyoffice.task_result CASCADE CONSTRAINTS PURGE;
DROP TABLE doc_changes CASCADE CONSTRAINTS PURGE;
DROP TABLE task_result CASCADE CONSTRAINTS PURGE;