mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[git actions] Oracle and mssql actions, unit test action
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
CREATE DATABASE onlyoffice;
|
||||
GO
|
||||
|
||||
USE onlyoffice;
|
||||
|
||||
CREATE TABLE doc_changes(
|
||||
@ -27,4 +30,6 @@ CREATE TABLE task_result (
|
||||
additional NVARCHAR(MAX) NULL,
|
||||
UNIQUE (tenant, id),
|
||||
CONSTRAINT unsigned_task_result CHECK(change_id BETWEEN 0 AND 4294967295 AND user_index BETWEEN 0 AND 4294967295)
|
||||
);
|
||||
);
|
||||
|
||||
GO
|
||||
Reference in New Issue
Block a user