1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-07 11:40:31 -05:00

Add newline at end of file

This commit is contained in:
Bernd Schoolmann 2025-06-02 14:59:18 +02:00
parent 4eaa8f649c
commit dbcd7cdec3
No known key found for this signature in database

View File

@ -8,4 +8,4 @@
[RevisionDate] DATETIME2 (7) NOT NULL,
CONSTRAINT [PK_UserSigningKeys] PRIMARY KEY CLUSTERED ([Id] ASC),
CONSTRAINT [FK_UserSigningKeys_User] FOREIGN KEY ([UserId]) REFERENCES [dbo].[User] ([Id]),
);
);