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:
@ -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,
|
||||
|
Reference in New Issue
Block a user