1
0
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:
Bernd Schoolmann 2025-06-05 17:44:13 +02:00
parent a33bf793e1
commit 98ec53defd
No known key found for this signature in database

View File

@ -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
* *