mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 02:48:03 -05:00
Merge branch 'km/db-signing-keys' into km/signing-api-changes
This commit is contained in:
commit
4e25938072
@ -11,6 +11,12 @@ CREATE TABLE [dbo].[UserSignatureKeyPair] (
|
||||
);
|
||||
GO
|
||||
|
||||
IF EXISTS(SELECT * FROM sys.views WHERE [Name] = 'UserSignatureKeyPairView')
|
||||
BEGIN
|
||||
DROP VIEW [dbo].[UserSignatureKeyPairView]
|
||||
END
|
||||
GO
|
||||
|
||||
CREATE VIEW [dbo].[UserSignatureKeyPairView]
|
||||
AS
|
||||
SELECT
|
||||
|
Loading…
x
Reference in New Issue
Block a user