mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
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:
@ -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