1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +00:00

reimport sql proj. added cipherdetails function.

This commit is contained in:
Kyle Spearrin
2017-03-21 22:05:26 -04:00
parent 8cf6e8568b
commit eaeb18a46b
24 changed files with 70 additions and 76 deletions

View File

@@ -9,4 +9,4 @@ BEGIN
[dbo].[Cipher]
WHERE
[Id] = @Id
END
END