mirror of
https://github.com/bitwarden/server
synced 2026-01-19 00:43:47 +00:00
refactored data storage to use cipher table. added history table and insert triggers.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
INSERT INTO [dbo].[Cipher]
|
||||
(
|
||||
[Id],
|
||||
|
||||
Reference in New Issue
Block a user