mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +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 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;
|
||||
|
||||
Reference in New Issue
Block a user