1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 03:53:42 +00:00

regenerate sql proj source files

This commit is contained in:
Kyle Spearrin
2017-01-11 22:03:04 -05:00
parent 038c98cfaf
commit 2b7f6e5a6c
27 changed files with 58 additions and 60 deletions

View File

@@ -43,7 +43,6 @@ BEGIN
FROM
INSERTED
END
GO
CREATE TRIGGER [dbo].[Cipher_Updated]
ON [dbo].[Cipher] AFTER UPDATE
@@ -69,7 +68,6 @@ BEGIN
FROM
INSERTED
END
GO
CREATE TRIGGER [dbo].[Cipher_Deleted]
ON [dbo].[Cipher] AFTER DELETE
@@ -94,4 +92,4 @@ BEGIN
GETUTCDATE()
FROM
DELETED
END
END