mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[feature] DB creation removed from mssql script, user namespace removed from oracle script, all removedb.sql deleted.
This commit is contained in:
committed by
Sergey Konovalov
parent
9822859572
commit
43f83015e0
@ -1,7 +1,7 @@
|
||||
CREATE DATABASE onlyoffice;
|
||||
GO
|
||||
-- CREATE DATABASE onlyoffice;
|
||||
-- GO
|
||||
|
||||
USE onlyoffice;
|
||||
-- USE onlyoffice;
|
||||
|
||||
CREATE TABLE doc_changes(
|
||||
tenant NVARCHAR(255) NOT NULL,
|
||||
@ -32,4 +32,4 @@ CREATE TABLE task_result (
|
||||
CONSTRAINT unsigned_task_result CHECK(change_id BETWEEN 0 AND 4294967295 AND user_index BETWEEN 0 AND 4294967295)
|
||||
);
|
||||
|
||||
GO
|
||||
GO
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
USE onlyoffice;
|
||||
DROP DATABASE IF EXISTS onlyoffice;
|
||||
Reference in New Issue
Block a user