mirror of
https://github.com/bitwarden/server
synced 2025-12-31 23:53:17 +00:00
sql tuning and migrations
This commit is contained in:
@@ -35,7 +35,6 @@ BEGIN
|
||||
WHERE
|
||||
[Id] = @UserId
|
||||
END
|
||||
|
||||
GO
|
||||
CREATE TRIGGER [dbo].[Cipher_Updated]
|
||||
ON [dbo].[Cipher] AFTER UPDATE
|
||||
@@ -55,7 +54,6 @@ BEGIN
|
||||
WHERE
|
||||
[Id] = @UserId
|
||||
END
|
||||
|
||||
GO
|
||||
CREATE TRIGGER [dbo].[Cipher_Deleted]
|
||||
ON [dbo].[Cipher] AFTER DELETE
|
||||
@@ -74,4 +72,4 @@ BEGIN
|
||||
[AccountRevisionDate] = GETUTCDATE()
|
||||
WHERE
|
||||
[Id] = @UserId
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user