[feature] DB creation removed from mssql script, user namespace removed from oracle script, all removedb.sql deleted.

This commit is contained in:
Georgii Petrov
2024-07-17 06:22:52 +03:00
committed by Sergey Konovalov
parent 9822859572
commit 43f83015e0
8 changed files with 9 additions and 21 deletions

View File

@ -1,4 +0,0 @@
--error: Try to drop default schema of user [ONLYOFFICE]
--DROP SCHEMA onlyoffice;
DROP USER "ONLYOFFICE" CASCADE;