mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
6 lines
256 B
SQL
6 lines
256 B
SQL
-- You must be logged in as SYS(sysdba) user.
|
|
-- Here, "onlyoffice" is a PBD(service) name.
|
|
alter session set container = onlyoffice;
|
|
|
|
DROP TABLE onlyoffice.doc_changes CASCADE CONSTRAINTS PURGE;
|
|
DROP TABLE onlyoffice.task_result CASCADE CONSTRAINTS PURGE; |