mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
public and private keys added to db and user domain. added account APIs got getting and putting keys.
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
[EquivalentDomains] NVARCHAR (MAX) NULL,
|
||||
[ExcludedGlobalEquivalentDomains] NVARCHAR (MAX) NULL,
|
||||
[AccountRevisionDate] DATETIME2 (7) NOT NULL,
|
||||
[PublicKey] NVARCHAR (MAX) NULL,
|
||||
[PrivateKey] NVARCHAR (MAX) NULL,
|
||||
[CreationDate] DATETIME2 (7) NOT NULL,
|
||||
[RevisionDate] DATETIME2 (7) NOT NULL,
|
||||
CONSTRAINT [PK_User] PRIMARY KEY CLUSTERED ([Id] ASC)
|
||||
|
Reference in New Issue
Block a user