mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
few fixes
This commit is contained in:
@ -5,7 +5,10 @@
|
||||
@Type TINYINT,
|
||||
@Data NVARCHAR(MAX),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
@RevisionDate DATETIME2(7),
|
||||
-- Extra, unused props from cipher details model since dapper maps all child properties too. This is kind of a hack.
|
||||
@FolderId UNIQUEIDENTIFIER,
|
||||
@Favorite BIT
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
@ -5,7 +5,10 @@
|
||||
@Type TINYINT,
|
||||
@Data NVARCHAR(MAX),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
@RevisionDate DATETIME2(7),
|
||||
-- Extra, unused props from cipher details model since dapper maps all child properties too. This is kind of a hack.
|
||||
@FolderId UNIQUEIDENTIFIER,
|
||||
@Favorite BIT
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
Reference in New Issue
Block a user