mirror of
https://github.com/bitwarden/server.git
synced 2025-06-13 14:30:50 -05:00
Replace with create or alter view
This commit is contained in:
parent
a33bf793e1
commit
98ec53defd
@ -11,13 +11,7 @@ CREATE TABLE [dbo].[UserSignatureKeyPair] (
|
|||||||
);
|
);
|
||||||
GO
|
GO
|
||||||
|
|
||||||
IF EXISTS(SELECT * FROM sys.views WHERE [Name] = 'UserSignatureKeyPairView')
|
CREATE OR ALTER VIEW [dbo].[UserSignatureKeyPairView]
|
||||||
BEGIN
|
|
||||||
DROP VIEW [dbo].[UserSignatureKeyPairView]
|
|
||||||
END
|
|
||||||
GO
|
|
||||||
|
|
||||||
CREATE VIEW [dbo].[UserSignatureKeyPairView]
|
|
||||||
AS
|
AS
|
||||||
SELECT
|
SELECT
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user