mirror of
https://github.com/bitwarden/server
synced 2026-01-03 17:14:00 +00:00
Add support for crypto agent (#1623)
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
[RevisionDate] DATETIME2 (7) NOT NULL,
|
||||
[ApiKey] VARCHAR (30) NOT NULL,
|
||||
[ForcePasswordReset] BIT NOT NULL,
|
||||
[UsesCryptoAgent] BIT NOT NULL,
|
||||
CONSTRAINT [PK_User] PRIMARY KEY CLUSTERED ([Id] ASC)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user