1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 19:13:50 +00:00

group access all and readonly schema changes

This commit is contained in:
Kyle Spearrin
2017-05-10 12:17:10 -04:00
parent ba99b332e1
commit 08943ed305
10 changed files with 34 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
@Id UNIQUEIDENTIFIER,
@OrganizationId UNIQUEIDENTIFIER,
@Name VARCHAR(MAX),
@AccessAll BIT,
@CreationDate DATETIME2(7),
@RevisionDate DATETIME2(7)
AS
@@ -13,6 +14,7 @@ BEGIN
[Id],
[OrganizationId],
[Name],
[AccessAll],
[CreationDate],
[RevisionDate]
)
@@ -21,6 +23,7 @@ BEGIN
@Id,
@OrganizationId,
@Name,
@AccessAll,
@CreationDate,
@RevisionDate
)