mirror of
https://github.com/bitwarden/server
synced 2025-12-25 04:33:26 +00:00
ignore edit param
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7),
|
||||
@FolderId UNIQUEIDENTIFIER,
|
||||
@Favorite BIT
|
||||
@Favorite BIT,
|
||||
@Edit BIT -- not used
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7),
|
||||
@FolderId UNIQUEIDENTIFIER,
|
||||
@Favorite BIT
|
||||
@Favorite BIT,
|
||||
@Edit BIT -- not used
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
Reference in New Issue
Block a user