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