mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Fix the table or view does not exist error when deleting tables in oracle
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
--
|
--
|
||||||
-- Drop tables
|
-- Drop tables
|
||||||
--
|
--
|
||||||
DROP TABLE onlyoffice.doc_changes CASCADE CONSTRAINTS PURGE;
|
DROP TABLE doc_changes CASCADE CONSTRAINTS PURGE;
|
||||||
DROP TABLE onlyoffice.task_result CASCADE CONSTRAINTS PURGE;
|
DROP TABLE task_result CASCADE CONSTRAINTS PURGE;
|
||||||
|
|||||||
Reference in New Issue
Block a user