1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-17 07:30:59 -05:00

Merge branch 'main' into ac/ac-1682/data-migrations-for-deprecated-permissions

This commit is contained in:
Rui Tome
2024-01-12 18:35:03 +00:00
28 changed files with 89 additions and 822 deletions

View File

@ -1,6 +1,6 @@
CREATE TABLE [dbo].[Grant]
(
[Id] INT NOT NULL IDENTITY,
[Id] INT NOT NULL IDENTITY(1,1),
[Key] NVARCHAR (200) NOT NULL,
[Type] NVARCHAR (50) NOT NULL,
[SubjectId] NVARCHAR (200) NULL,